-
Notifications
You must be signed in to change notification settings - Fork 55
Open
Labels
Type: EnhancementIndicates a request for feature to be improved.Indicates a request for feature to be improved.
Description
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 #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
Metadata
Metadata
Assignees
Labels
Type: EnhancementIndicates a request for feature to be improved.Indicates a request for feature to be improved.