Skip to content

Commit fc95bc6

Browse files
authored
Update persistent-volumes.md
1 parent 0a0b885 commit fc95bc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/zh/docs/concepts/storage/persistent-volumes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ Finalizers: [kubernetes.io/pvc-protection]
244244
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:
245245
-->
246246
你也可以看到当 PV 对象的状态为 `Terminating` 且其 `Finalizers` 列表中包含
247-
`kubernetes.io/pvc-protection` 时,PV 对象是处于被保护状态的。
247+
`kubernetes.io/pv-protection` 时,PV 对象是处于被保护状态的。
248248

249249
```shell
250250
kubectl describe pv task-pv-volume

0 commit comments

Comments
 (0)