You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: category race condition by updating Nutanix CSI to 3.0.0-2458 (#814)
**What problem does this PR solve?**:
This version fixes a race condition when creating multiple PVs.
https://github.com/nutanix-scratch/helm/releases/tag/nutanix-csi-storage-3.0.0-2458
Tested
```
kubectl get deploy -n ntnx-system -o yaml | grep "image: docker.io/nutanix/ntnx-csi"
image: docker.io/nutanix/ntnx-csi:3.0.0-2458
```
```
kubectl get pv
NAME CAPACITY ACCESS MODES RECLAIM POLICY STATUS CLAIM STORAGECLASS VOLUMEATTRIBUTESCLASS REASON AGE
pvc-d13bf2f8-644d-424b-a347-811a78bdd11b 10Gi RWO Delete Bound e2e-volume-pvc-bound-to-pv/pv-volume-volume-pvc-bound-to-pv-tester-2-0 nutanix-volume <unset> 8m36s
pvc-f1d988d2-5325-42cd-b873-6ed8649a4001 10Gi RWO Delete Bound e2e-volume-pvc-bound-to-pv/pv-volume-volume-pvc-bound-to-pv-tester-0 nutanix-volume <unset> 8m37s
```
**Which issue(s) this PR fixes**:
Fixes #
**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.
-->
Copy file name to clipboardExpand all lines: charts/cluster-api-runtime-extensions-nutanix/templates/csi/nutanix/manifests/helm-addon-installation.yaml
0 commit comments