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.
1 parent 3774f0e commit dace6b4Copy full SHA for dace6b4
content/zh-cn/docs/concepts/storage/persistent-volumes.md
@@ -1515,7 +1515,7 @@ is turned on.
1515
PVC 申领不必一定要请求某个类。如果 PVC 的 `storageClassName` 属性值设置为 `""`,
1516
则被视为要请求的是没有设置存储类的 PV 卷,因此这一 PVC 申领只能绑定到未设置存储类的
1517
PV 卷(未设置注解或者注解值为 `""` 的 PersistentVolume(PV)对象在系统中不会被删除,
1518
-因为这样做可能会引起数据丢失。未设置 `storageClassName` 的 PVC 与此大不相同,
+因为这样做可能会引起数据丢失)。未设置 `storageClassName` 的 PVC 与此大不相同,
1519
也会被集群作不同处理。具体筛查方式取决于
1520
[`DefaultStorageClass` 准入控制器插件](/zh-cn/docs/reference/access-authn-authz/admission-controllers/#defaultstorageclass)
1521
是否被启用。
0 commit comments