Skip to content

Commit 9c9366a

Browse files
author
mengjiao.liu
committed
[zh] sync content/en/docs/concepts/storage/dynamic-provisioning.md
1 parent cb5e712 commit 9c9366a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,13 +112,13 @@ parameters:
112112
Users request dynamically provisioned storage by including a storage class in
113113
their `PersistentVolumeClaim`. Before Kubernetes v1.6, this was done via the
114114
`volume.beta.kubernetes.io/storage-class` annotation. However, this annotation
115-
is deprecated since v1.6. Users now can and should instead use the
115+
is deprecated since v1.9. Users now can and should instead use the
116116
`storageClassName` field of the `PersistentVolumeClaim` object. The value of
117117
this field must match the name of a `StorageClass` configured by the
118118
administrator (see [below](#enabling-dynamic-provisioning)).
119119
-->
120120
用户通过在 `PersistentVolumeClaim` 中包含存储类来请求动态供应的存储。
121-
在 Kubernetes v1.6 之前,这通过 `volume.beta.kubernetes.io/storage-class` 注解实现。然而,这个注解自 v1.6 起就不被推荐使用了。
121+
在 Kubernetes v1.9 之前,这通过 `volume.beta.kubernetes.io/storage-class` 注解实现。然而,这个注解自 v1.6 起就不被推荐使用了。
122122
用户现在能够而且应该使用 `PersistentVolumeClaim` 对象的 `storageClassName` 字段。
123123
这个字段的值必须能够匹配到集群管理员配置的 `StorageClass` 名称(见[下面](#enabling-dynamic-provisioning))。
124124

0 commit comments

Comments
 (0)