Skip to content
This repository is currently being migrated. It's locked while the migration is in progress.

Latest commit

 

History

History
20 lines (13 loc) · 688 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 688 Bytes

PVC Mutator Admission Controller

The PVC Mutator is a mutating admission controller that modifies PersistentVolumeClaims during the create process.

Mutators

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.

Tunables

There are currently no tunable flags for the PVC Mutator.