Merge pull request #33137 from my-git9/StatefulSet-PVC-Auto-Deletion3
[zh] Update blog/2021-12-16-StatefulSet-PVC-Auto-Deletion.mdpull/33145/head
commit
4a11c8522a
|
@ -18,8 +18,8 @@ slug: kubernetes-1-23-statefulset-pvc-auto-deletion
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
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.
|
||||||
-->
|
-->
|
||||||
|
@ -165,7 +165,7 @@ This policy forms a matrix with four cases. I’ll walk through and give an exam
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
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.
|
||||||
-->
|
-->
|
||||||
查阅[文档](/zh/docs/concepts/workloads/controllers/statefulset/#persistentvolumeclaim-policies)
|
查阅[文档](/zh/docs/concepts/workloads/controllers/statefulset/#persistentvolumeclaim-policies)
|
||||||
|
|
Loading…
Reference in New Issue