We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a71d623 + 9c7c311 commit a3cd78aCopy full SHA for a3cd78a
content/en/docs/concepts/storage/dynamic-provisioning.md
@@ -80,7 +80,7 @@ parameters:
80
Users request dynamically provisioned storage by including a storage class in
81
their `PersistentVolumeClaim`. Before Kubernetes v1.6, this was done via the
82
`volume.beta.kubernetes.io/storage-class` annotation. However, this annotation
83
-is deprecated since v1.6. Users now can and should instead use the
+is deprecated since v1.9. Users now can and should instead use the
84
`storageClassName` field of the `PersistentVolumeClaim` object. The value of
85
this field must match the name of a `StorageClass` configured by the
86
administrator (see [below](#enabling-dynamic-provisioning)).
0 commit comments