-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(CSI-311): add CSI driver version used for provisioning a PV into…
… volumeContext (#409) ### TL;DR Added CSI driver version tracking to provisioned volumes ### What changed? - Added CSI version to volume context during volume creation - Introduced version tracking in driver configuration - Exposed version information through new `GetVersion()` method ### How to test? 1. Deploy the CSI driver 2. Create a new PVC 3. Verify that the provisioned volume includes the `provisionedByCsiVersion` parameter in its volume context ### Why make this change? This change enables tracking which CSI driver version was used to provision volumes, making it easier to troubleshoot version-specific issues and manage volume compatibility across driver updates.
- Loading branch information
Showing
3 changed files
with
9 additions
and
0 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