-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(provisioner-localpv): Merge CAS config from PersistentVolumeClaim (
#190) * Merge CAS config from PersistentVolumeClaim Signed-off-by: Nobi <[email protected]> Signed-off-by: Niladri Halder <[email protected]> * feat(provisioner): prefer StorageClass config over PVC config In the typical use-case for the provisioner, an admin sets the config on the StorageClass, and a user sets the config on the PVC. The admin's config may set boundaries on to the volumes which the PVC config map try to override. Preferring StorageClass config when there is a conflict may be the right way to go. Signed-off-by: Niladri Halder <[email protected]> * tests: add integration test for pvc config Signed-off-by: Niladri Halder <[email protected]> * chore(changelog): add changelog entry Signed-off-by: Niladri Halder <[email protected]> --------- Signed-off-by: Nobi <[email protected]> Signed-off-by: Niladri Halder <[email protected]> Co-authored-by: Nobi <[email protected]>
- Loading branch information
Showing
9 changed files
with
482 additions
and
101 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Add feature to merge cas-config from PVC |
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
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
Oops, something went wrong.