File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
content/zh/docs/concepts/storage Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -112,13 +112,13 @@ parameters:
112
112
Users request dynamically provisioned storage by including a storage class in
113
113
their ` PersistentVolumeClaim`. Before Kubernetes v1.6, this was done via the
114
114
` 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
116
116
` storageClassName` field of the `PersistentVolumeClaim` object. The value of
117
117
this field must match the name of a `StorageClass` configured by the
118
118
administrator (see [below](#enabling-dynamic-provisioning)).
119
119
-->
120
120
用户通过在 `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 起就不被推荐使用了。
122
122
用户现在能够而且应该使用 `PersistentVolumeClaim` 对象的 `storageClassName` 字段。
123
123
这个字段的值必须能够匹配到集群管理员配置的 `StorageClass` 名称(见[下面](#enabling-dynamic-provisioning))。
124
124
You can’t perform that action at this time.
0 commit comments