Merge pull request #33127 from my-git9/statefulset-pvc-auto-delete
[en] fix wrong link
This commit is contained in:
commit
e5eeaba1eb
|
|
@ -8,8 +8,8 @@ slug: kubernetes-1-23-statefulset-pvc-auto-deletion
|
||||||
**Author:** Matthew Cary (Google)
|
**Author:** Matthew Cary (Google)
|
||||||
|
|
||||||
Kubernetes v1.23 introduced a new, alpha-level policy for
|
Kubernetes v1.23 introduced a new, alpha-level policy for
|
||||||
[StatefulSets](docs/concepts/workloads/controllers/statefulset/) that controls the lifetime of
|
[StatefulSets](/docs/concepts/workloads/controllers/statefulset/) that controls the lifetime of
|
||||||
[PersistentVolumeClaims](docs/concepts/storage/persistent-volumes/) (PVCs) generated from the
|
[PersistentVolumeClaims](/docs/concepts/storage/persistent-volumes/) (PVCs) generated from the
|
||||||
StatefulSet spec template for cases when they should be deleted automatically when the StatefulSet
|
StatefulSet spec template for cases when they should be deleted automatically when the StatefulSet
|
||||||
is deleted or pods in the StatefulSet are scaled down.
|
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.
|
new replicas will automatically use them.
|
||||||
|
|
||||||
Visit the
|
Visit the
|
||||||
[documentation](docs/concepts/workloads/controllers/statefulset/#persistentvolumeclaim-policies) to
|
[documentation](/docs/concepts/workloads/controllers/statefulset/#persistentvolumeclaim-policies) to
|
||||||
see all the details.
|
see all the details.
|
||||||
|
|
||||||
## What’s next?
|
## What’s next?
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue