Skip to content

Commit 8fe1231

Browse files
committed
kep-1847 v1.32 stable changes
1 parent 35e7e1d commit 8fe1231

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

content/en/docs/concepts/workloads/controllers/statefulset.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ StatefulSet will then begin to recreate the Pods using the reverted template.
386386

387387
## PersistentVolumeClaim retention
388388

389-
{{< feature-state for_k8s_version="v1.27" state="beta" >}}
389+
{{< feature-state feature_gate_name="StatefulSetAutoDeletePVC" >}}
390390

391391
The optional `.spec.persistentVolumeClaimRetentionPolicy` field controls if
392392
and how PVCs are deleted during the lifecycle of a StatefulSet. You must enable the
@@ -493,4 +493,4 @@ the `.spec.replicas` field automatically.
493493
Read the {{< api-reference page="workload-resources/stateful-set-v1" >}}
494494
object definition to understand the API for stateful sets.
495495
* 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.

content/en/docs/reference/command-line-tools-reference/feature-gates/stateful-set-auto-delete-pvc.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,13 @@ stages:
1414
- stage: beta
1515
defaultValue: true
1616
fromVersion: "1.27"
17+
toVersion: "1.31"
18+
- stage: stable
19+
defaultValue: true
20+
fromVersion: "1.32"
1721
---
1822
Allows the use of the optional `.spec.persistentVolumeClaimRetentionPolicy` field,
1923
providing control over the deletion of PVCs in a StatefulSet's lifecycle.
2024
See
2125
[PersistentVolumeClaim retention](/docs/concepts/workloads/controllers/statefulset/#persistentvolumeclaim-retention)
22-
for more details.
26+
for more details.

0 commit comments

Comments
 (0)