Skip to content

v4.2.3.dev8

Pre-release
Pre-release

Choose a tag to compare

@cccs-rs cccs-rs released this 18 Aug 17:06
· 202 commits to master since this release
21a4ec2

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