File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ slug: kubernetes-1-23-statefulset-pvc-auto-deletion
18
18
19
19
<!--
20
20
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
23
23
StatefulSet spec template for cases when they should be deleted automatically when the StatefulSet
24
24
is deleted or pods in the StatefulSet are scaled down.
25
25
-->
@@ -165,7 +165,7 @@ This policy forms a matrix with four cases. I’ll walk through and give an exam
165
165
166
166
<!--
167
167
Visit the
168
- [documentation](docs/concepts/workloads/controllers/statefulset/#persistentvolumeclaim-policies) to
168
+ [documentation](/ docs/concepts/workloads/controllers/statefulset/#persistentvolumeclaim-policies) to
169
169
see all the details.
170
170
-->
171
171
查阅[ 文档] ( /zh/docs/concepts/workloads/controllers/statefulset/#persistentvolumeclaim-policies )
You can’t perform that action at this time.
0 commit comments