Base
- Add
access_mode
to PersistentVolume model in Services
Core
- Scaler will adjust the DeploymentStrategy of deployments depending on the volumes attached and their access modes
- ReadWriteOnce (RWO) will set the strategy type to 'Recreate'
- ReadWriteMany (RWX) or None will default to 'RollingUpdate'
Frontend
- Add ability to set the volume's access mode from the UI