Skip to content

Commit 390f2c1

Browse files
dlipovetskyjimmidyson
authored andcommitted
fix: Allow Nutanix CSI snapshot controller & webhook to run on CP nodes
With this change, all Nutanix CSI components can run on a single node cluster.
1 parent 9498fa4 commit 390f2c1

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

charts/cluster-api-runtime-extensions-nutanix/templates/csi/nutanix/manifests/helm-addon-installation.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,17 @@ data:
1111
# The Secret containing the credentials will be created by the handler.
1212
createPrismCentralSecret: false
1313
pcSecretName: nutanix-csi-credentials
14+
15+
tolerations:
16+
- key: CriticalAddonsOnly
17+
operator: Exists
18+
- effect: NoExecute
19+
operator: Exists
20+
tolerationSeconds: 300
21+
- effect: NoSchedule
22+
key: node-role.kubernetes.io/master
23+
operator: Exists
24+
- effect: NoSchedule
25+
key: node-role.kubernetes.io/control-plane
26+
operator: Exists
1427
{{- end -}}

0 commit comments

Comments
 (0)