mirror of https://github.com/istio/istio.io.git
* fixed a typo for customize-installation-helm * #apply-the-patch-using-helm-Post-Renderer: Convert uppercase to lowercase Co-authored-by: Wu Huan <101235749+huan555@users.noreply.github.com>
This commit is contained in:
parent
12eb162918
commit
65d6b46906
|
@ -51,7 +51,7 @@ $ helm install <release> <chart> --namespace <namespace> --create-namespace [--s
|
|||
1. 安装 Istio Base Chart,它包含了集群范围的自定义资源定义 (CRD),这些资源必须在部署 Istio 控制平面之前安装:
|
||||
|
||||
{{< warning >}}
|
||||
执行修订版安装时,Base Chart 需要设置 `--defaultRevision` 值以使资源验证起作用。
|
||||
执行修订版安装时,Base Chart 需要设置 `--set defaultRevision=<revision>` 值以使资源验证起作用。
|
||||
以下我们将安装 `default` 修订版,因此配置了 `--set defaultRevision=default` 参数。
|
||||
{{< /warning >}}
|
||||
|
||||
|
|
Loading…
Reference in New Issue