Merge pull request #33127 from my-git9/statefulset-pvc-auto-delete

[en] fix wrong link
This commit is contained in:
Kubernetes Prow Robot 2022-04-22 22:29:36 -07:00 committed by GitHub
commit e5eeaba1eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -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. Ill 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.
## Whats next? ## Whats next?