-
Notifications
You must be signed in to change notification settings - Fork 403
use new telemetry priority class for fluent-bit #17546
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
Conversation
✅ Deploy Preview for kyma-project-docs-preview ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
/test pre-main-kyma-integration-k3d-telemetry |
resources/telemetry/values.yaml
Outdated
@@ -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" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PriorityClassName: "telemetry-priority-class" | |
priorityClassName: "telemetry-priority-class" |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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)
/test pre-main-kyma-integration-k3d-telemetry |
/test pre-main-kyma-integration-k3d |
Description
Changes proposed in this pull request:
Related issue(s)
#17157