From 8f6723b7141024a22329dbb5ca43068a6d4fa295 Mon Sep 17 00:00:00 2001 From: chentanjun <2799194073@qq.com> Date: Sat, 28 Dec 2019 20:25:38 +0800 Subject: [PATCH] update zh-trans content/zh/docs/tasks/configure-pod-container/share-process-namespace.md (#18330) --- .../configure-pod-container/share-process-namespace.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) 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 %}}