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 @@ -8,8 +8,8 @@ slug: kubernetes-1-23-statefulset-pvc-auto-deletion
8
8
** Author:** Matthew Cary (Google)
9
9
10
10
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
13
13
StatefulSet spec template for cases when they should be deleted automatically when the StatefulSet
14
14
is deleted or pods in the StatefulSet are scaled down.
15
15
@@ -82,7 +82,7 @@ This policy forms a matrix with four cases. I’ll walk through and give an exam
82
82
new replicas will automatically use them.
83
83
84
84
Visit the
85
- [ documentation] ( docs/concepts/workloads/controllers/statefulset/#persistentvolumeclaim-policies ) to
85
+ [ documentation] ( / docs/concepts/workloads/controllers/statefulset/#persistentvolumeclaim-policies) to
86
86
see all the details.
87
87
88
88
## What’s next?
You can’t perform that action at this time.
0 commit comments