Skip to content

Commit ef08cba

Browse files
authored
Merge pull request #37763 from kinzhi/kinzhi224
[zh-cn]Update dynamic-provisioning.md
2 parents 793b785 + 6dfb096 commit ef08cba

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

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

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -184,15 +184,15 @@ can enable this behavior by:
184184

185185
<!--
186186
An administrator can mark a specific `StorageClass` as default by adding the
187-
`storageclass.kubernetes.io/is-default-class` [annotation](/docs/reference/labels-annotations-taints/#storageclass-kubernetes-io-is-default-class) to it.
187+
[`storageclass.kubernetes.io/is-default-class` annotation](/docs/reference/labels-annotations-taints/#storageclass-kubernetes-io-is-default-class) to it.
188188
When a default `StorageClass` exists in a cluster and a user creates a
189189
`PersistentVolumeClaim` with `storageClassName` unspecified, the
190190
`DefaultStorageClass` admission controller automatically adds the
191191
`storageClassName` field pointing to the default storage class.
192192
-->
193193
管理员可以通过向其添加
194-
[`storageclass.kubernetes.io/is-default-class`](/zh-cn/docs/reference/labels-annotations-taints/#storageclass-kubernetes-io-is-default-class)
195-
注解来将特定的 `StorageClass` 标记为默认。
194+
[`storageclass.kubernetes.io/is-default-class` 注解](/zh-cn/docs/reference/labels-annotations-taints/#storageclass-kubernetes-io-is-default-class)
195+
来将特定的 `StorageClass` 标记为默认。
196196
当集群中存在默认的 `StorageClass` 并且用户创建了一个未指定 `storageClassName` 的 `PersistentVolumeClaim` 时,
197197
`DefaultStorageClass` 准入控制器会自动向其中添加指向默认存储类的 `storageClassName` 字段。
198198

@@ -210,12 +210,13 @@ be created.
210210
## 拓扑感知 {#topology-awareness}
211211

212212
<!--
213-
In [Multi-Zone](/docs/setup/multiple-zones) clusters, Pods can be spread across
213+
In [Multi-Zone](/docs/setup/best-practices/multiple-zones/) clusters, Pods can be spread across
214214
Zones in a Region. Single-Zone storage backends should be provisioned in the Zones where
215-
Pods are scheduled. This can be accomplished by setting the [Volume Binding
216-
Mode](/docs/concepts/storage/storage-classes/#volume-binding-mode).
215+
Pods are scheduled. This can be accomplished by setting the
216+
[Volume Binding Mode](/docs/concepts/storage/storage-classes/#volume-binding-mode).
217217
-->
218218
在[多可用区](/zh-cn/docs/setup/best-practices/multiple-zones/)集群中,Pod 可以被分散到某个区域的多个可用区。
219219
单可用区存储后端应该被制备到 Pod 被调度到的可用区。
220220
这可以通过设置[卷绑定模式](/zh-cn/docs/concepts/storage/storage-classes/#volume-binding-mode)来实现。
221221

222+

0 commit comments

Comments
 (0)