Merge pull request #48484 from mattcary/autodelete-132
KEP-1847 v1.32 stable docs changesAutodelete 132pull/48664/head
commit
919eaa6563
|
@ -386,7 +386,7 @@ StatefulSet will then begin to recreate the Pods using the reverted template.
|
|||
|
||||
## PersistentVolumeClaim retention
|
||||
|
||||
{{< feature-state for_k8s_version="v1.27" state="beta" >}}
|
||||
{{< feature-state feature_gate_name="StatefulSetAutoDeletePVC" >}}
|
||||
|
||||
The optional `.spec.persistentVolumeClaimRetentionPolicy` field controls if
|
||||
and how PVCs are deleted during the lifecycle of a StatefulSet. You must enable the
|
||||
|
@ -493,4 +493,4 @@ the `.spec.replicas` field automatically.
|
|||
Read the {{< api-reference page="workload-resources/stateful-set-v1" >}}
|
||||
object definition to understand the API for stateful sets.
|
||||
* Read about [PodDisruptionBudget](/docs/concepts/workloads/pods/disruptions/) and how
|
||||
you can use it to manage application availability during disruptions.
|
||||
you can use it to manage application availability during disruptions.
|
||||
|
|
|
@ -14,9 +14,13 @@ stages:
|
|||
- stage: beta
|
||||
defaultValue: true
|
||||
fromVersion: "1.27"
|
||||
toVersion: "1.31"
|
||||
- stage: stable
|
||||
defaultValue: true
|
||||
fromVersion: "1.32"
|
||||
---
|
||||
Allows the use of the optional `.spec.persistentVolumeClaimRetentionPolicy` field,
|
||||
providing control over the deletion of PVCs in a StatefulSet's lifecycle.
|
||||
See
|
||||
[PersistentVolumeClaim retention](/docs/concepts/workloads/controllers/statefulset/#persistentvolumeclaim-retention)
|
||||
for more details.
|
||||
for more details.
|
||||
|
|
Loading…
Reference in New Issue