From 812181539f3d15d4486b611b1a4eb4b587d51ae9 Mon Sep 17 00:00:00 2001 From: xin gu <418294249@qq.com> Date: Thu, 17 Aug 2023 22:15:07 +0800 Subject: [PATCH] sync user-namespaces /tools/_index /releases/_index --- .../user-namespaces.md | 22 ++++++++++++++----- content/zh-cn/docs/tasks/tools/_index.md | 12 ++++++++++ content/zh-cn/releases/_index.md | 2 ++ 3 files changed, 30 insertions(+), 6 deletions(-) diff --git a/content/zh-cn/docs/tasks/configure-pod-container/user-namespaces.md b/content/zh-cn/docs/tasks/configure-pod-container/user-namespaces.md index ee20818401..1f52b91582 100644 --- a/content/zh-cn/docs/tasks/configure-pod-container/user-namespaces.md +++ b/content/zh-cn/docs/tasks/configure-pod-container/user-namespaces.md @@ -67,12 +67,23 @@ this is true when user namespaces are used. * The node OS needs to be Linux * You need to exec commands in the host * You need to be able to exec into pods -* Feature gate `UserNamespacesStatelessPodsSupport` need to be enabled. +* You need to enable the `UserNamespacesSupport` + [feature gate](/docs/reference/command-line-tools-reference/feature-gates/) --> * 节点上的操作系统必须为 Linux * 你需要在宿主机上执行命令 * 你需要能够通过 exec 操作进入 Pod -* 特性 `UserNamespacesStatelessPodsSupport` 需要被启用。 +* 你需要启用 `UserNamespacesSupport` [特性门控](/zh-cn/docs/reference/command-line-tools-reference/feature-gates/)。 + +{{< note >}} + +在用户名字空间原来仅支持无状态的 Pod 时,启用用户名字空间的特性门控先前被命名为 `UserNamespacesStatelessPodsSupport`。 +只有 Kubernetes v1.25 到 v1.27 才能识别 `UserNamespacesStatelessPodsSupport`。 +{{}} -为一个无状态的 Pod 启用用户名字空间需要设置 `.spec` 的 `hostUsers` 字段 -为 `false`. 例如: +为一个 Pod 启用用户名字空间需要设置 `.spec` 的 `hostUsers` 字段为 `false`. 例如: {{% code file="pods/user-namespaces-stateless.yaml" %}} diff --git a/content/zh-cn/docs/tasks/tools/_index.md b/content/zh-cn/docs/tasks/tools/_index.md index e259d4dbed..114b65b051 100644 --- a/content/zh-cn/docs/tasks/tools/_index.md +++ b/content/zh-cn/docs/tasks/tools/_index.md @@ -3,6 +3,12 @@ title: "安装工具" weight: 10 description: 在你的计算机上设置 Kubernetes 工具。 no_list: true +card: + name: tasks + weight: 20 + anchors: + - anchor: "#kubectl" + title: 安装 kubectl --- ## kubectl diff --git a/content/zh-cn/releases/_index.md b/content/zh-cn/releases/_index.md index e18f1add63..5409af0a9b 100644 --- a/content/zh-cn/releases/_index.md +++ b/content/zh-cn/releases/_index.md @@ -2,11 +2,13 @@ linktitle: 发行版本历史 title: 发行版本 type: docs +layout: release-info ---