Skip to content

Commit

Permalink
Set csi-cinder-nodeplugin priority to system-node-critical (#826)
Browse files Browse the repository at this point in the history
  • Loading branch information
ialidzhikov authored Sep 12, 2023
1 parent 36551b8 commit 64ccc8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions charts/seed/templates/csi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -450,6 +450,7 @@ spec:
- operator: Exists
serviceAccount: csi-cinder-node-sa
hostNetwork: true
priorityClassName: system-node-critical
containers:
- name: node-driver-registrar
image: "{{ .Values.images.csiNodeDriver.repository }}:{{ .Values.images.csiNodeDriver.tag }}"
Expand Down
1 change: 1 addition & 0 deletions pkg/controller/ground/bootstrap/csi/manifest.go
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,7 @@ spec:
- operator: Exists
serviceAccount: csi-cinder-node-sa
hostNetwork: true
priorityClassName: system-node-critical
containers:
- name: node-driver-registrar
image: "{{ .ImageNodeDriver }}"
Expand Down

0 comments on commit 64ccc8e

Please sign in to comment.