-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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. -->
- Loading branch information
Showing
5 changed files
with
9 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters