Skip to content

Commit

Permalink
Promote ShareProcessNamespace to beta in docs (#9996)
Browse files Browse the repository at this point in the history
  • Loading branch information
verb authored and k8s-ci-robot committed Sep 10, 2018
1 parent 698e93b commit c98cd68
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ different Kubernetes components.
| `PodReadinessGates` | `false` | Alpha | 1.11 | |
| `PodReadinessGates` | `true` | Beta | 1.12 | |
| `PodShareProcessNamespace` | `false` | Alpha | 1.10 | |
| `PodShareProcessNamespace` | `true` | Beta | 1.12 | |
| `PVCProtection` | `false` | Alpha | 1.9 | 1.9 |
| `ReadOnlyAPIDataVolumes` | `true` | Deprecated | 1.10 | |
| `ResourceLimitsPriorityFunction` | `false` | Alpha | 1.9 | |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ weight: 160

{{% capture overview %}}

{{< feature-state state="alpha" >}}
{{< feature-state state="beta" >}}

This page shows how to configure process namespace sharing for a pod. When
process namespace sharing is enabled, processes in a container are visible
Expand All @@ -27,8 +27,8 @@ include debugging utilities like a shell.

{{< include "task-tutorial-prereqs.md" >}} {{< version-check >}}

A special **alpha** feature gate `PodShareProcessNamespace` must be set to true
across the system: `--feature-gates=PodShareProcessNamespace=true`.
Process Namespace Sharing is a **beta** feature that is enabled by default. It
may be disabled by setting `--feature-gates=PodShareProcessNamespace=false`.

{{% /capture %}}

Expand Down

0 comments on commit c98cd68

Please sign in to comment.