From 243f07976dfcf8e9d7f1a941e3e719909c4deda4 Mon Sep 17 00:00:00 2001 From: Wilson Wu Date: Fri, 19 Apr 2024 11:10:55 +0800 Subject: [PATCH] Sync #14884 comment no gateway as default into Chinese (#14913) --- content/zh/docs/ops/ambient/getting-started/index.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/content/zh/docs/ops/ambient/getting-started/index.md b/content/zh/docs/ops/ambient/getting-started/index.md index 6387af41e7..fd5da2890f 100644 --- a/content/zh/docs/ops/ambient/getting-started/index.md +++ b/content/zh/docs/ops/ambient/getting-started/index.md @@ -73,6 +73,11 @@ Ambient 模式与之前支持 Sidecar 模式的所有主流 CNI 兼容。 $ istioctl install --set profile=ambient --set "components.ingressGateways[0].enabled=true" --set "components.ingressGateways[0].name=istio-ingressgateway" --skip-confirmation {{< /text >}} +{{< tip >}} +请注意,由于 Ambient 配置文件默认情况下不会安装入口网关, +所以此命令中包含 `--set "components.ingressGateways[0].enabled=true"`。 +{{< /tip >}} + 运行上一条命令后,您将看到以下输出, 表明(包括 {{< gloss "ztunnel" >}}ztunnel{{< /gloss >}} 在内的) 五个组件已被成功安装!