diff --git a/content/zh/docs/tasks/configure-pod-container/share-process-namespace.md b/content/zh/docs/tasks/configure-pod-container/share-process-namespace.md index c4e418d5a7..04c8b2735b 100644 --- a/content/zh/docs/tasks/configure-pod-container/share-process-namespace.md +++ b/content/zh/docs/tasks/configure-pod-container/share-process-namespace.md @@ -19,7 +19,7 @@ weight: 160 {{% capture overview %}} -{{< feature-state state="beta" >}} +{{< feature-state state="stable" for_k8s_version="v1.17" >}} -进程命名空间共享是默认启用的 **beta** 版功能。 -您可以通过设置 `--feature-gates=PodShareProcessNamespace=false` 禁用此功能。 - {{% /capture %}} {{% capture steps %}}