Skip to content

Commit c2d4ca7

Browse files
committed
Add volume.beta.kubernetes.io/storage-class annotation
Signed-off-by: Dipesh Rawat <[email protected]>
1 parent 4798193 commit c2d4ca7

File tree

1 file changed

+8
-0
lines changed
  • content/en/docs/reference/labels-annotations-taints

1 file changed

+8
-0
lines changed

content/en/docs/reference/labels-annotations-taints/_index.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -431,6 +431,14 @@ Used on: PersistentVolumeClaim
431431

432432
This annotation has been deprecated.
433433

434+
### volume.beta.kubernetes.io/storage-class (deprecated)
435+
436+
Used on: PersistentVolume, PersistentVolumeClaim
437+
438+
This annotation can be used for PersistentVolume(PV) or PersistentVolumeClaim(PVC) to specify the name of [StorageClass](/docs/concepts/storage/storage-classes/).
439+
440+
This annotation has been deprecated.
441+
434442
### volume.beta.kubernetes.io/mount-options (deprecated) {#mount-options}
435443

436444
Example : `volume.beta.kubernetes.io/mount-options: "ro,soft"`

0 commit comments

Comments
 (0)