Skip to content

Commit ea49719

Browse files
committed
feat: set priority class to system critical
Signed-off-by: ZeroMagic <[email protected]>
1 parent 829f5d5 commit ea49719

File tree

6 files changed

+6
-0
lines changed

6 files changed

+6
-0
lines changed

deploy/csi-blobfuse-controller.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ spec:
1717
serviceAccountName: csi-blobfuse-controller-sa
1818
nodeSelector:
1919
beta.kubernetes.io/os: linux
20+
priorityClassName: system-cluster-critical
2021
containers:
2122
- name: csi-provisioner
2223
image: quay.io/k8scsi/csi-provisioner:v1.0.1

deploy/csi-blobfuse-node.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ spec:
1515
hostNetwork: true
1616
nodeSelector:
1717
beta.kubernetes.io/os: linux
18+
priorityClassName: system-node-critical
1819
containers:
1920
- name: liveness-probe
2021
imagePullPolicy: Always

deploy/v0.1.0/csi-blobfuse-controller.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ spec:
1717
serviceAccountName: csi-blobfuse-controller-sa
1818
nodeSelector:
1919
beta.kubernetes.io/os: linux
20+
priorityClassName: system-cluster-critical
2021
containers:
2122
- name: csi-provisioner
2223
image: quay.io/k8scsi/csi-provisioner:v1.0.1

deploy/v0.1.0/csi-blobfuse-node.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ spec:
1515
hostNetwork: true
1616
nodeSelector:
1717
beta.kubernetes.io/os: linux
18+
priorityClassName: system-node-critical
1819
containers:
1920
- name: liveness-probe
2021
imagePullPolicy: Always

deploy/v0.2.0/csi-blobfuse-controller.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ spec:
1717
serviceAccountName: csi-blobfuse-controller-sa
1818
nodeSelector:
1919
beta.kubernetes.io/os: linux
20+
priorityClassName: system-cluster-critical
2021
containers:
2122
- name: csi-provisioner
2223
image: quay.io/k8scsi/csi-provisioner:v1.0.1

deploy/v0.2.0/csi-blobfuse-node.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ spec:
1515
hostNetwork: true
1616
nodeSelector:
1717
beta.kubernetes.io/os: linux
18+
priorityClassName: system-node-critical
1819
containers:
1920
- name: liveness-probe
2021
imagePullPolicy: Always

0 commit comments

Comments
 (0)