mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-13 10:33:35 +00:00
set priorityclass on provisioner pods
set system-cluster-critical priorityclass on provisioner pods. the system-cluster-critical is having lowest priority compared to node-critical. Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
committed by
mergify[bot]
parent
2190ca922e
commit
7835609b06
@ -40,6 +40,7 @@ spec:
|
||||
- csi-cephfsplugin-provisioner
|
||||
topologyKey: "kubernetes.io/hostname"
|
||||
serviceAccount: cephfs-csi-provisioner
|
||||
priorityClassName: system-cluster-critical
|
||||
containers:
|
||||
- name: csi-provisioner
|
||||
image: k8s.gcr.io/sig-storage/csi-provisioner:v2.0.4
|
||||
|
Reference in New Issue
Block a user