Skip to content

Commit 69f4b17

Browse files
authored
fix: Temporarily hard-code supported PC version for Nutanix CSI (#751)
Necessary until this is fixed in GA Nutanix CSI 3.0 release. CSI pods come up testing against Sherlock! ``` ntnx-system nutanix-csi-controller-574bdd7b96-4v9fs 7/7 Running 0 4m22s ntnx-system nutanix-csi-controller-574bdd7b96-nd8r6 7/7 Running 0 4m22s ntnx-system nutanix-csi-node-n5sfx 3/3 Running 0 2m1s ntnx-system nutanix-csi-node-plx8l 3/3 Running 0 3m31s ```
1 parent 872994d commit 69f4b17

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,7 @@ data:
2424
- effect: NoSchedule
2525
key: node-role.kubernetes.io/control-plane
2626
operator: Exists
27+
28+
# TODO Remove this once the Nutanix 3.0 CSI driver is GA.
29+
supportedPCVersions: master,fraser-2024.1-stable-pc-0,fraser-2023.4-stable-pc-0,fraser-2024.1-stable-pc-0.1
2730
{{- end -}}

0 commit comments

Comments
 (0)