File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed
content/en/docs/reference/command-line-tools-reference/feature-gates Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -518,6 +518,7 @@ Each feature gate is designed for enabling/disabling a specific feature:
518
518
- {{< feature-gate-description name="SizeMemoryBackedVolumes" >}}
519
519
- {{< feature-gate-description name="SkipReadOnlyValidationGCE" >}}
520
520
- {{< feature-gate-description name="StableLoadBalancerNodeSet" >}}
521
+ - {{< feature-gate-description name="StatefulSetAutoDeletePVC" >}}
521
522
- {{< feature-gate-description name="StatefulSetStartOrdinal" >}}
522
523
- {{< feature-gate-description name="StorageVersionAPI" >}}
523
524
- {{< feature-gate-description name="StorageVersionHash" >}}
Original file line number Diff line number Diff line change
1
+ ---
2
+ title : StatefulSetAutoDeletePVC
3
+ content_type : feature_gate
4
+
5
+ _build :
6
+ list : never
7
+ render : false
8
+ ---
9
+ Allows the use of the optional ` .spec.persistentVolumeClaimRetentionPolicy ` field,
10
+ providing control over the deletion of PVCs in a StatefulSet's lifecycle.
11
+ See
12
+ [ PersistentVolumeClaim retention] ( /docs/concepts/workloads/controllers/statefulset/#persistentvolumeclaim-retention )
13
+ for more details.
You can’t perform that action at this time.
0 commit comments