Sync #14884 comment no gateway as default into Chinese (#14913)

This commit is contained in:
Wilson Wu 2024-04-19 11:10:55 +08:00 committed by GitHub
parent 2970275483
commit 243f07976d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 0 deletions

View File

@ -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 >}} 在内的)
五个组件已被成功安装!