[zh] Add missing --set to install command (#12670)

This commit is contained in:
zirain 2023-02-15 22:11:48 +08:00 committed by GitHub
parent 946e7246c5
commit 097607e03c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ test: yes
如果准备使用 `Gateway API` 指令,您可以使用 `minimal` 配置文件来安装 Istio因为您不再需要默认以其他方式安装的 `istio-ingressgateway`
{{< text bash >}}
$ istioctl install profile=minimal
$ istioctl install --set profile=minimal
{{< /text >}}
{{< /tip >}}