Skip to content

Commit 63e9bfb

Browse files
Clarify that StatefulSet is stable in 1.9 (kubernetes#6697)
1 parent 385a5b7 commit 63e9bfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/concepts/workloads/controllers/statefulset.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ provides a set of stateless replicas. Controllers such as
4141

4242
## Limitations
4343

44-
* StatefulSet is a beta resource, not available in any Kubernetes release prior to 1.5.
44+
* StatefulSet was a beta resource prior to 1.9 and not available in any Kubernetes release prior to 1.5.
4545
* As with all alpha/beta resources, you can disable StatefulSet through the `--runtime-config` option passed to the apiserver.
4646
* The storage for a given Pod must either be provisioned by a [PersistentVolume Provisioner](https://github.com/kubernetes/examples/tree/{{page.githubbranch}}/staging/persistent-volume-provisioning/README.md) based on the requested `storage class`, or pre-provisioned by an admin.
4747
* Deleting and/or scaling a StatefulSet down will *not* delete the volumes associated with the StatefulSet. This is done to ensure data safety, which is generally more valuable than an automatic purge of all related StatefulSet resources.

0 commit comments

Comments
 (0)