Skip to content

Commit 4a11c85

Browse files
authored
Merge pull request #33137 from my-git9/StatefulSet-PVC-Auto-Deletion3
[zh] Update blog/2021-12-16-StatefulSet-PVC-Auto-Deletion.md
2 parents c21a984 + b31b7f8 commit 4a11c85

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/zh/blog/_posts/2021-12-16-StatefulSet-PVC-Auto-Deletion.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ slug: kubernetes-1-23-statefulset-pvc-auto-deletion
1818

1919
<!--
2020
Kubernetes v1.23 introduced a new, alpha-level policy for
21-
[StatefulSets](docs/concepts/workloads/controllers/statefulset/) that controls the lifetime of
22-
[PersistentVolumeClaims](docs/concepts/storage/persistent-volumes/) (PVCs) generated from the
21+
[StatefulSets](/docs/concepts/workloads/controllers/statefulset/) that controls the lifetime of
22+
[PersistentVolumeClaims](/docs/concepts/storage/persistent-volumes/) (PVCs) generated from the
2323
StatefulSet spec template for cases when they should be deleted automatically when the StatefulSet
2424
is deleted or pods in the StatefulSet are scaled down.
2525
-->
@@ -165,7 +165,7 @@ This policy forms a matrix with four cases. I’ll walk through and give an exam
165165

166166
<!--
167167
Visit the
168-
[documentation](docs/concepts/workloads/controllers/statefulset/#persistentvolumeclaim-policies) to
168+
[documentation](/docs/concepts/workloads/controllers/statefulset/#persistentvolumeclaim-policies) to
169169
see all the details.
170170
-->
171171
查阅[文档](/zh/docs/concepts/workloads/controllers/statefulset/#persistentvolumeclaim-policies)

0 commit comments

Comments
 (0)