You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This claim results in an SSD-like Persistent Disk being automatically
151
151
provisioned. When the claim is deleted, the volume is destroyed.
152
152
-->
153
-
该声明会自动供应一块类似 SSD 的永久磁盘。
153
+
该声明会自动制备一块类似 SSD 的永久磁盘。
154
154
在删除该声明后,这个卷也会被销毁。
155
155
156
156
<!--
@@ -163,26 +163,28 @@ Dynamic provisioning can be enabled on a cluster such that all claims are
163
163
dynamically provisioned if no storage class is specified. A cluster administrator
164
164
can enable this behavior by:
165
165
-->
166
-
可以在集群上启用动态卷供应,以便在未指定存储类的情况下动态设置所有声明。
166
+
可以在集群上启用动态卷制备,以便在未指定存储类的情况下动态设置所有声明。
167
167
集群管理员可以通过以下方式启用此行为:
168
168
169
169
<!--
170
170
- Marking one `StorageClass` object as *default*;
171
171
- Making sure that the [`DefaultStorageClass` admission controller](/docs/reference/access-authn-authz/admission-controllers/#defaultstorageclass)
172
172
is enabled on the API server.
173
173
-->
174
-
- 标记一个 `StorageClass` 为 *默认*;
174
+
- 标记一个 `StorageClass` 为 **默认**;
175
175
- 确保 [`DefaultStorageClass` 准入控制器](/zh-cn/docs/reference/access-authn-authz/admission-controllers/#defaultstorageclass)在 API 服务端被启用。
176
176
177
177
<!--
178
178
An administrator can mark a specific `StorageClass` as default by adding the
179
-
`storageclass.kubernetes.io/is-default-class`annotation to it.
179
+
`storageclass.kubernetes.io/is-default-class`[annotation](/docs/reference/labels-annotations-taints/#storageclass-kubernetes-io-is-default-class) to it.
180
180
When a default `StorageClass` exists in a cluster and a user creates a
181
181
`PersistentVolumeClaim`with `storageClassName` unspecified, the
182
182
`DefaultStorageClass`admission controller automatically adds the
183
183
`storageClassName`field pointing to the default storage class.
0 commit comments