ibm-spectrum-scale-csi icon indicating copy to clipboard operation
ibm-spectrum-scale-csi copied to clipboard

Setting priorityClassName for operator and CSI components

Open jusch23 opened this issue 6 months ago • 0 comments

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

jusch23 avatar May 13 '25 07:05 jusch23