The PVC Mutator is a mutating admission controller that modifies PersistentVolumeClaims during the create process.
The PVC Mutator can run multiple mutation functions, each performing a different task:
-
Encryption key generator: ensures that PVCs that have requested encryption have a valid configuration, generating encryption keys if needed.
-
StorageClass to annotation: ensures that StorageOS related PVCs have their StorageClass' UID as an annotation.
There are currently no tunable flags for the PVC Mutator.