Skip to content

Commit c55b7f2

Browse files
authored
Merge pull request #39926 from mattcary/docs
Update StatefulSet set docs for autodelete graduation to beta
2 parents 44494e2 + 407b5af commit c55b7f2

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ StatefulSet will then begin to recreate the Pods using the reverted template.
360360

361361
## PersistentVolumeClaim retention
362362

363-
{{< feature-state for_k8s_version="v1.23" state="alpha" >}}
363+
{{< feature-state for_k8s_version="v1.27" state="beta" >}}
364364

365365
The optional `.spec.persistentVolumeClaimRetentionPolicy` field controls if
366366
and how PVCs are deleted during the lifecycle of a StatefulSet. You must enable the

content/en/docs/reference/command-line-tools-reference/feature-gates.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,8 @@ For a reference to old feature gates that are removed, please refer to
193193
| `ServiceNodePortStaticSubrange` | `false` | Alpha | 1.27 | |
194194
| `SizeMemoryBackedVolumes` | `false` | Alpha | 1.20 | 1.21 |
195195
| `SizeMemoryBackedVolumes` | `true` | Beta | 1.22 | |
196-
| `StatefulSetAutoDeletePVC` | `false` | Alpha | 1.22 | |
196+
| `StatefulSetAutoDeletePVC` | `false` | Alpha | 1.22 | 1.26 |
197+
| `StatefulSetAutoDeletePVC` | `false` | Beta | 1.27 | |
197198
| `StatefulSetStartOrdinal` | `false` | Alpha | 1.26 | 1.26 |
198199
| `StatefulSetStartOrdinal` | `true` | Beta | 1.27 | |
199200
| `StorageVersionAPI` | `false` | Alpha | 1.20 | |

0 commit comments

Comments
 (0)