From a27c23e081fd76306120a1d8adc2dfb8c3356d56 Mon Sep 17 00:00:00 2001 From: "xin.li" Date: Sat, 23 Apr 2022 11:13:02 +0800 Subject: [PATCH] [en] fix wrong link Signed-off-by: xin.li --- .../blog/_posts/2021-12-16-StatefulSet-PVC-Auto-Deletion.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/en/blog/_posts/2021-12-16-StatefulSet-PVC-Auto-Deletion.md b/content/en/blog/_posts/2021-12-16-StatefulSet-PVC-Auto-Deletion.md index 56e0df7416..a436694640 100644 --- a/content/en/blog/_posts/2021-12-16-StatefulSet-PVC-Auto-Deletion.md +++ b/content/en/blog/_posts/2021-12-16-StatefulSet-PVC-Auto-Deletion.md @@ -8,8 +8,8 @@ slug: kubernetes-1-23-statefulset-pvc-auto-deletion **Author:** Matthew Cary (Google) Kubernetes v1.23 introduced a new, alpha-level policy for -[StatefulSets](docs/concepts/workloads/controllers/statefulset/) that controls the lifetime of -[PersistentVolumeClaims](docs/concepts/storage/persistent-volumes/) (PVCs) generated from the +[StatefulSets](/docs/concepts/workloads/controllers/statefulset/) that controls the lifetime of +[PersistentVolumeClaims](/docs/concepts/storage/persistent-volumes/) (PVCs) generated from the StatefulSet spec template for cases when they should be deleted automatically when the StatefulSet is deleted or pods in the StatefulSet are scaled down. @@ -82,7 +82,7 @@ This policy forms a matrix with four cases. I’ll walk through and give an exam new replicas will automatically use them. Visit the -[documentation](docs/concepts/workloads/controllers/statefulset/#persistentvolumeclaim-policies) to +[documentation](/docs/concepts/workloads/controllers/statefulset/#persistentvolumeclaim-policies) to see all the details. ## What’s next?