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

[aws-cloudwatch-metrics] Support priorityClassName #700

Open
sf-dlehuby opened this issue Mar 1, 2022 · 1 comment
Open

[aws-cloudwatch-metrics] Support priorityClassName #700

sf-dlehuby opened this issue Mar 1, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@sf-dlehuby
Copy link

Please add:

To daemonset.yaml:

...

spec:
  {{- if .Values.priorityClassName }}
  priorityClassName: "{{ .Values.priorityClassName }}"
  {{- end }}
  containers:

...

To values.yaml:

...

Leverage a PriorityClass to ensure your pods survive resource shortages

ref: https://kubernetes.io/docs/concepts/configuration/pod-priority-preemption/

priorityClassName: "" # system-cluster-critical
...

@sf-dlehuby sf-dlehuby added the enhancement New feature or request label Mar 1, 2022
@vyrwu
Copy link

vyrwu commented Feb 2, 2023

Can this be released as stable?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
2 participants