registered mount-options annotation

This commit is contained in:
kartik494 2022-03-08 12:00:09 +05:30
parent 07a2882868
commit d2cfe9fc77
1 changed files with 10 additions and 0 deletions

View File

@ -184,6 +184,16 @@ Used on: PersistentVolumeClaim
This annotation has been deprecated.
### volume.beta.kubernetes.io/mount-options (deprecated) {#mount-options}
Example : `volume.beta.kubernetes.io/mount-options: "ro,soft"`
Used on: PersistentVolume
A Kubernetes administrator can specify additional [mount options](/docs/concepts/storage/persistent-volumes/#mount-options) for when a PersistentVolume is mounted on a node.
This annotation has been deprecated.
### volume.kubernetes.io/storage-provisioner
Used on: PersistentVolumeClaim