File tree Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
---
3
- 本指南中使用的 ` base ` 和 ` istiod ` 的 Helm Chart 与通过
4
- [ Istioctl] ( /zh/docs/setup/install/istioctl/ ) 安装 Istio 时使用的相同。
5
- 但是,通过 Istioctl 安装使用的[ 网关 Chart] ({{< github_tree >}}/manifests/charts/gateways/istio-ingress)
6
- 与本指南中描述的 [ Chart] ({{< github_tree >}}/manifests/charts/gateway) 不同
3
+ 本指南中使用的 Helm Chart 与通过 [ Istioctl] ( /zh/docs/setup/install/istioctl/ )
4
+ 安装 Istio 时使用的图表相同,但 ` gateway ` Chart 除外。
5
+
6
+ Istioctl 使用的 [ Gateway Chart] ({{< github_tree >}}/manifests/charts/gateways/istio-ingress)
7
+ 与本指南中描述的 [ Gateway Chart] ({{< github_tree >}}/manifests/charts/gateway) 不同
Original file line number Diff line number Diff line change 1
1
---
2
2
---
3
- ## 先决条件{#prerequisites}
3
+ ## 先决条件 {#prerequisites}
4
4
5
5
1 . 执行任何必要的[ 特定于平台的设置] ( /zh/docs/setup/platform-setup/ ) 。
6
6
7
7
1 . 检查 [ Pod 和服务的要求] ( /zh/docs/ops/deployment/application-requirements/ ) 。
8
8
9
- 1 . [ 安装 Helm 客户端] ( https://helm.sh/zh/docs/intro/install/ ) 3.6 或更高的版本。
9
+ 1 . [ 安装最新的 Helm 客户端] ( https://helm.sh/docs/intro/install/ ) 。
10
+ 早于[ 当前支持的最旧 Istio 版本] ( /zh/docs/releases/supported-releases/#support-status-of-istio-releases ) 发布的 Helm 版本未经测试、支持或推荐。
10
11
11
- 1 . 配置 Helm 存储库 :
12
+ 1 . 配置 Helm 仓库 :
12
13
13
14
{{< text bash >}}
14
15
$ helm repo add istio https://istio-release.storage.googleapis.com/charts
You can’t perform that action at this time.
0 commit comments