Skip to content

Commit e5eeaba

Browse files
authored
Merge pull request #33127 from my-git9/statefulset-pvc-auto-delete
[en] fix wrong link
2 parents c43e1dd + a27c23e commit e5eeaba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ slug: kubernetes-1-23-statefulset-pvc-auto-deletion
88
**Author:** Matthew Cary (Google)
99

1010
Kubernetes v1.23 introduced a new, alpha-level policy for
11-
[StatefulSets](docs/concepts/workloads/controllers/statefulset/) that controls the lifetime of
12-
[PersistentVolumeClaims](docs/concepts/storage/persistent-volumes/) (PVCs) generated from the
11+
[StatefulSets](/docs/concepts/workloads/controllers/statefulset/) that controls the lifetime of
12+
[PersistentVolumeClaims](/docs/concepts/storage/persistent-volumes/) (PVCs) generated from the
1313
StatefulSet spec template for cases when they should be deleted automatically when the StatefulSet
1414
is deleted or pods in the StatefulSet are scaled down.
1515

@@ -82,7 +82,7 @@ This policy forms a matrix with four cases. I’ll walk through and give an exam
8282
new replicas will automatically use them.
8383

8484
Visit the
85-
[documentation](docs/concepts/workloads/controllers/statefulset/#persistentvolumeclaim-policies) to
85+
[documentation](/docs/concepts/workloads/controllers/statefulset/#persistentvolumeclaim-policies) to
8686
see all the details.
8787

8888
## What’s next?

0 commit comments

Comments
 (0)