Merge pull request #28699 from liutaot/patch-1

Update persistent-volumes.md
pull/28780/head
Kubernetes Prow Robot 2021-07-02 23:54:18 -07:00 committed by GitHub
commit 85ce997d58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -244,7 +244,7 @@ Finalizers: [kubernetes.io/pvc-protection]
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:
-->
你也可以看到当 PV 对象的状态为 `Terminating` 且其 `Finalizers` 列表中包含
`kubernetes.io/pvc-protection` 时PV 对象是处于被保护状态的。
`kubernetes.io/pv-protection` 时PV 对象是处于被保护状态的。
```shell
kubectl describe pv task-pv-volume