Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use new telemetry priority class for fluent-bit #17546

Merged
merged 4 commits into from
May 25, 2023

Conversation

rakesh-garimella
Copy link
Contributor

@rakesh-garimella rakesh-garimella commented May 22, 2023

Description

Changes proposed in this pull request:

Related issue(s)

#17157

@rakesh-garimella rakesh-garimella requested a review from a team as a code owner May 22, 2023 09:33
@kyma-bot kyma-bot added the size/S Denotes a PR that changes 10-29 lines, ignoring generated files. label May 22, 2023
@netlify
Copy link

netlify bot commented May 22, 2023

Deploy Preview for kyma-project-docs-preview ready!

Name Link
🔨 Latest commit 6bca190
🔍 Latest deploy log https://app.netlify.com/sites/kyma-project-docs-preview/deploys/646f6a8e534abf000848fb32
😎 Deploy Preview https://deploy-preview-17546--kyma-project-docs-preview.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@rakesh-garimella rakesh-garimella added the area/telemetry Issues or PRs related to the telemetry module label May 22, 2023
@rakesh-garimella
Copy link
Contributor Author

/test pre-main-kyma-integration-k3d-telemetry

@@ -18,6 +18,7 @@ global:
name: "fluent-bit"
version: "2.1.2-95ba1b02"
directory: "prod/tpi"
highPriorityClassName: "kyma-system-priority"
highPriorityClassName: "telemetry-priority-class-high"
PriorityClassName: "telemetry-priority-class"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
PriorityClassName: "telemetry-priority-class"
priorityClassName: "telemetry-priority-class"

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's move this out of the global section since it's specific for the telemetry component now. The templates should deal with both a global and a local value. Please double-check.

kind: PriorityClass
metadata:
name: {{ .Values.global.highPriorityClassName }}
value: 3100000
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Adjust to the old priority values (for both classes)

@rakesh-garimella
Copy link
Contributor Author

/test pre-main-kyma-integration-k3d-telemetry

@rakesh-garimella
Copy link
Contributor Author

/test pre-main-kyma-integration-k3d

@kyma-bot kyma-bot added the lgtm Looks good to me! label May 25, 2023
@kyma-bot kyma-bot merged commit ea78d97 into kyma-project:main May 25, 2023
14 checks passed
@a-thaler a-thaler added this to the 2.15 milestone May 25, 2023
@rakesh-garimella rakesh-garimella deleted the prio-class-fb branch May 25, 2023 19:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/telemetry Issues or PRs related to the telemetry module lgtm Looks good to me! size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants