From fc95bc68f8cf2e990da69e3d1abcaff5a22dd755 Mon Sep 17 00:00:00 2001 From: liutao <473139299@qq.com> Date: Wed, 30 Jun 2021 13:56:11 +0800 Subject: [PATCH] Update persistent-volumes.md --- content/zh/docs/concepts/storage/persistent-volumes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/zh/docs/concepts/storage/persistent-volumes.md b/content/zh/docs/concepts/storage/persistent-volumes.md index 53647be555..607a899f2b 100644 --- a/content/zh/docs/concepts/storage/persistent-volumes.md +++ b/content/zh/docs/concepts/storage/persistent-volumes.md @@ -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