File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
concepts/workloads/controllers
reference/command-line-tools-reference/feature-gates Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -386,7 +386,7 @@ StatefulSet will then begin to recreate the Pods using the reverted template.
386
386
387
387
# # PersistentVolumeClaim retention
388
388
389
- {{< feature-state for_k8s_version="v1.27" state="beta " >}}
389
+ {{< feature-state feature_gate_name="StatefulSetAutoDeletePVC " >}}
390
390
391
391
The optional `.spec.persistentVolumeClaimRetentionPolicy` field controls if
392
392
and how PVCs are deleted during the lifecycle of a StatefulSet. You must enable the
@@ -493,4 +493,4 @@ the `.spec.replicas` field automatically.
493
493
Read the {{< api-reference page="workload-resources/stateful-set-v1" >}}
494
494
object definition to understand the API for stateful sets.
495
495
* Read about [PodDisruptionBudget](/docs/concepts/workloads/pods/disruptions/) and how
496
- you can use it to manage application availability during disruptions.
496
+ you can use it to manage application availability during disruptions.
Original file line number Diff line number Diff line change @@ -14,9 +14,13 @@ stages:
14
14
- stage : beta
15
15
defaultValue : true
16
16
fromVersion : " 1.27"
17
+ toVersion : " 1.31"
18
+ - stage : stable
19
+ defaultValue : true
20
+ fromVersion : " 1.32"
17
21
---
18
22
Allows the use of the optional ` .spec.persistentVolumeClaimRetentionPolicy ` field,
19
23
providing control over the deletion of PVCs in a StatefulSet's lifecycle.
20
24
See
21
25
[ PersistentVolumeClaim retention] ( /docs/concepts/workloads/controllers/statefulset/#persistentvolumeclaim-retention )
22
- for more details.
26
+ for more details.
You can’t perform that action at this time.
0 commit comments