Skip to content

Commit 052e8f1

Browse files
authored
fix: Allow Nutanix CSI snapshot controller & webhook to run on CP nodes (#723)
**What problem does this PR solve?**: With this change, all Nutanix CSI components can run on a single node cluster. **Which issue(s) this PR fixes**: Fixes #https://jira.nutanix.com/browse/NCN-100706 **How Has This Been Tested?**: <!-- Please describe the tests that you ran to verify your changes. Provide output from the tests and any manual steps needed to replicate the tests. --> **Special notes for your reviewer**: <!-- Use this to provide any additional information to the reviewers. This may include: - Best way to review the PR. - Where the author wants the most review attention on. - etc. -->
1 parent 96e49a3 commit 052e8f1

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)