Skip to content

Commit 7647760

Browse files
authored
statefulset.md - Beta remnants removed
1 parent ae9c6fd commit 7647760

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ provides a set of stateless replicas. Controllers such as
4545
## Limitations
4646

4747
* StatefulSet was a beta resource prior to 1.9 and not available in any Kubernetes release prior to 1.5.
48-
* As with all alpha/beta resources, you can disable StatefulSet through the `--runtime-config` option passed to the apiserver.
4948
* The storage for a given Pod must either be provisioned by a [PersistentVolume Provisioner](https://github.com/kubernetes/examples/tree/{{< param "githubbranch" >}}/staging/persistent-volume-provisioning/README.md) based on the requested `storage class`, or pre-provisioned by an admin.
5049
* 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.
5150
* StatefulSets currently require a [Headless Service](/docs/concepts/services-networking/service/#headless-services) to be responsible for the network identity of the Pods. You are responsible for creating this Service.

0 commit comments

Comments
 (0)