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: ...@@ -46,6 +46,7 @@ spec:
securityContext: securityContext:
runAsUser: 0 runAsUser: 0
serviceAccountName: cloud-controller-manager serviceAccountName: cloud-controller-manager
priorityClassName: infra-critical
containers: containers:
- name: vsphere-cloud-controller-manager - name: vsphere-cloud-controller-manager
image: {{ .Values.images.vsphereCloudControllerManager }} image: {{ .Values.images.vsphereCloudControllerManager }}
......
...@@ -33,6 +33,7 @@ spec: ...@@ -33,6 +33,7 @@ spec:
effect: NoExecute effect: NoExecute
{{- end }} {{- end }}
dnsPolicy: "Default" dnsPolicy: "Default"
priorityClassName: infra-critical
containers: containers:
- name: csi-attacher - name: csi-attacher
image: {{ .Values.images.csiAttacher }} image: {{ .Values.images.csiAttacher }}
......
...@@ -20,6 +20,7 @@ spec: ...@@ -20,6 +20,7 @@ spec:
serviceAccountName: vsphere-csi-node serviceAccountName: vsphere-csi-node
hostNetwork: true hostNetwork: true
dnsPolicy: "ClusterFirstWithHostNet" dnsPolicy: "ClusterFirstWithHostNet"
priorityClassName: infra-critical
containers: containers:
- name: node-driver-registrar - name: node-driver-registrar
image: {{ .Values.images.nodeDriverRegistrar }} 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