Skip to content
Snippets Groups Projects
Verified Commit 4812b80f authored by Rafael László's avatar Rafael László :speech_balloon:
Browse files

Add infra-critical priorityClass to vsphere-cpi-csi

parent a792446f
No related branches found
No related tags found
No related merge requests found
Pipeline #38959 passed
......@@ -46,6 +46,7 @@ spec:
securityContext:
runAsUser: 0
serviceAccountName: cloud-controller-manager
priorityClassName: infra-critical
containers:
- name: vsphere-cloud-controller-manager
image: {{ .Values.images.vsphereCloudControllerManager }}
......
......@@ -33,6 +33,7 @@ spec:
effect: NoExecute
{{- end }}
dnsPolicy: "Default"
priorityClassName: infra-critical
containers:
- name: csi-attacher
image: {{ .Values.images.csiAttacher }}
......
......@@ -20,6 +20,7 @@ spec:
serviceAccountName: vsphere-csi-node
hostNetwork: true
dnsPolicy: "ClusterFirstWithHostNet"
priorityClassName: infra-critical
containers:
- name: node-driver-registrar
image: {{ .Values.images.nodeDriverRegistrar }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment