-
Notifications
You must be signed in to change notification settings - Fork 31
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
feat(chart): use system-critical priorityClass for localpv dsp-operator and csi ctrl #605
Conversation
Or should we just set it in the values.yaml? |
@tiagolobocastro the name of the priorityclass is "{{ .Release.Name }}-cluster-critical" |
Yeah I'm saying set that on the values.yaml |
a7b4350
to
9e74521
Compare
…or and csi ctrl Signed-off-by: Niladri Halder <niladri.halder26@gmail.com>
9e74521
to
0f9e0a9
Compare
bors merge |
bors cancel |
Canceled. |
bors merge |
Build succeeded: |
One way of using the system-critical priorityClass with the localpv provisioner could be
However, it's difficult to set the localpv parameters dynamically.
WDYT @tiagolobocastro @Abhinandan-Purkait?