Merge pull request #29871 from verb/1.23-ec-beta

Promote EphemeralContainers to beta in website
This commit is contained in:
Kubernetes Prow Robot
2021-11-20 17:10:59 -08:00
committed by GitHub
3 changed files with 4 additions and 18 deletions
@@ -9,22 +9,13 @@ weight: 80
<!-- overview -->
{{< feature-state state="alpha" for_k8s_version="v1.22" >}}
{{< feature-state state="beta" for_k8s_version="v1.23" >}}
This page provides an overview of ephemeral containers: a special type of container
that runs temporarily in an existing {{< glossary_tooltip term_id="pod" >}} to
accomplish user-initiated actions such as troubleshooting. You use ephemeral
containers to inspect services rather than to build applications.
{{< warning >}}
Ephemeral containers are in alpha state and are not suitable for production
clusters. In accordance with the [Kubernetes Deprecation Policy](
/docs/reference/using-api/deprecation-policy/), this alpha feature could change
significantly in the future or be removed entirely.
{{< /warning >}}
<!-- body -->
## Understanding ephemeral containers