ibm-spectrum-scale-csi
ibm-spectrum-scale-csi copied to clipboard
Setting priorityClassName for operator and CSI components
Is your feature request related to a problem? Please describe.
We use PriorityClasses in our Kubernetes cluster. The current version of ibm-spectrum-scale-csi (2.14.0) deploys driver and attacher pods with the system-node-critical PriorityClass (see https://github.com/IBM/ibm-spectrum-scale-csi/pull/955). Unfortunately, I can't see a way to set the priorityClassName for the other CSI components (provisioner, resizer and snapshotter) or the operator itself. This PriorityClass is required in order to schedule these components with a higher priority than our application workload within the cluster.
Describe the solution you'd like
Possibility to set priorityClassName for the operator and each CSI component