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.
2 parents b83dc6c + fc95bc6 commit 85ce997Copy full SHA for 85ce997
content/zh/docs/concepts/storage/persistent-volumes.md
@@ -244,7 +244,7 @@ Finalizers: [kubernetes.io/pvc-protection]
244
You can see that a PV is protected when the PV's status is `Terminating` and the `Finalizers` list includes `kubernetes.io/pv-protection` too:
245
-->
246
你也可以看到当 PV 对象的状态为 `Terminating` 且其 `Finalizers` 列表中包含
247
-`kubernetes.io/pvc-protection` 时,PV 对象是处于被保护状态的。
+`kubernetes.io/pv-protection` 时,PV 对象是处于被保护状态的。
248
249
```shell
250
kubectl describe pv task-pv-volume
0 commit comments