Skip to content

Commit a3cd78a

Browse files
authored
Merge pull request #27061 from pacoxu/beta/storage
correct the version of beta annotation for storage
2 parents a71d623 + 9c7c311 commit a3cd78a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/concepts/storage/dynamic-provisioning.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ parameters:
8080
Users request dynamically provisioned storage by including a storage class in
8181
their `PersistentVolumeClaim`. Before Kubernetes v1.6, this was done via the
8282
`volume.beta.kubernetes.io/storage-class` annotation. However, this annotation
83-
is deprecated since v1.6. Users now can and should instead use the
83+
is deprecated since v1.9. Users now can and should instead use the
8484
`storageClassName` field of the `PersistentVolumeClaim` object. The value of
8585
this field must match the name of a `StorageClass` configured by the
8686
administrator (see [below](#enabling-dynamic-provisioning)).

0 commit comments

Comments
 (0)