From f1593e5c3dec8763c8ce950b6ad1dad3d3f6a416 Mon Sep 17 00:00:00 2001 From: Istio Automation Date: Tue, 25 Feb 2025 11:02:28 -0500 Subject: [PATCH] [release-1.24] [zh] Sync #16266 GKE Autopilot doc update into Chinese (#16273) * Sync #16266 GKE Autopilot doc update into Chinese * fix lint --------- Co-authored-by: Wilson Wu --- content/zh/docs/setup/platform-setup/gke/index.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/content/zh/docs/setup/platform-setup/gke/index.md b/content/zh/docs/setup/platform-setup/gke/index.md index 1ffbad621a..496177cd87 100644 --- a/content/zh/docs/setup/platform-setup/gke/index.md +++ b/content/zh/docs/setup/platform-setup/gke/index.md @@ -35,8 +35,9 @@ test: no {{< /tip >}} {{< warning >}} - 要在 GKE 上使用 Istio CNI 功能,请查看 - [CNI 安装指南](/zh/docs/setup/additional-setup/cni/#prerequisites)了解集群配置步骤的先决条件。 + 要在 GKE Standard 上使用 Istio CNI 功能,请查看 + [CNI 安装指南](/zh/docs/setup/additional-setup/cni/#prerequisites)了解先决条件集群配置步骤。 + 由于 CNI 节点代理需要 SYS_ADMIN 功能,因此它在 GKE Autopilot 上不可用。请改用 istio-init 容器。 {{< /warning >}} {{< warning >}}