Skip to content

Commit

Permalink
Re-add ephemeral containers feature markers as stable
Browse files Browse the repository at this point in the history
Co-authored-by: Tim Bannister <tim@scalefactory.com>
  • Loading branch information
verb and sftim authored Jul 30, 2022
1 parent 626e32f commit a3fe9fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ weight: 80

<!-- overview -->

{{< feature-state state="stable" for_k8s_version="v1.25" >}}
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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -378,6 +378,7 @@ For more details, see [Get a Shell to a Running Container](

## Debugging with an ephemeral debug container {#ephemeral-container}

{{< feature-state state="stable" for_k8s_version="v1.25" >}}
{{< glossary_tooltip text="Ephemeral containers" term_id="ephemeral-container" >}}
are useful for interactive troubleshooting when `kubectl exec` is insufficient
because a container has crashed or a container image doesn't include debugging
Expand Down

0 comments on commit a3fe9fb

Please sign in to comment.