Skip to content

Commit ff72b66

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

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ This annotation has been deprecated.
435435

436436
Used on: PersistentVolume, PersistentVolumeClaim
437437

438-
This annotation can be used for PersistentVolume(PV) or PersistentVolumeClaim(PVC) to specify the name of [StorageClass](/docs/concepts/storage/storage-classes/).
438+
This annotation can be used for PersistentVolume(PV) or PersistentVolumeClaim(PVC) to specify the name of [StorageClass](/docs/concepts/storage/storage-classes/). When both `storageClassName` attribute and `volume.beta.kubernetes.io/storage-class` annotation are specified, the annotation `volume.beta.kubernetes.io/storage-class` takes precedence over the `storageClassName` attribute.
439439

440440
This annotation has been deprecated.
441441

0 commit comments

Comments
 (0)