Add volume.beta.kubernetes.io/storage-class annotation

Signed-off-by: Dipesh Rawat <Dipesh.rawat@ibm.com>
This commit is contained in:
Dipesh Rawat 2023-02-27 23:36:18 +00:00
parent 4798193a70
commit c2d4ca7b19
No known key found for this signature in database
GPG Key ID: A9AE31E80BC1F0A6
1 changed files with 8 additions and 0 deletions

View File

@ -431,6 +431,14 @@ Used on: PersistentVolumeClaim
This annotation has been deprecated.
### volume.beta.kubernetes.io/storage-class (deprecated)
Used on: PersistentVolume, PersistentVolumeClaim
This annotation can be used for PersistentVolume(PV) or PersistentVolumeClaim(PVC) to specify the name of [StorageClass](/docs/concepts/storage/storage-classes/).
This annotation has been deprecated.
### volume.beta.kubernetes.io/mount-options (deprecated) {#mount-options}
Example : `volume.beta.kubernetes.io/mount-options: "ro,soft"`