We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 589c324 + 4e1642c commit c8b60b1Copy full SHA for c8b60b1
charts/latest/csi-driver-smb-v0.0.0.tgz
16 Bytes
charts/latest/csi-driver-smb/values.yaml
@@ -78,6 +78,9 @@ controller:
78
- key: "node-role.kubernetes.io/control-plane"
79
operator: "Exists"
80
effect: "NoSchedule"
81
+ - key: "CriticalAddonsOnly"
82
+ operator: "Exists"
83
+ effect: "NoSchedule"
84
85
node:
86
maxUnavailable: 1
deploy/csi-smb-controller.yaml
@@ -33,6 +33,9 @@ spec:
33
34
35
36
37
38
39
containers:
40
- name: csi-provisioner
41
image: registry.k8s.io/sig-storage/csi-provisioner:v5.1.0
0 commit comments