Skip to content

Commit e787bd4

Browse files
authored
Sync #16123 helm support updates into Chinese (#16125)
1 parent 924e683 commit e787bd4

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed
Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
---
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) 不同

content/zh/boilerplates/helm-prereqs.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
---
22
---
3-
## 先决条件{#prerequisites}
3+
## 先决条件 {#prerequisites}
44

55
1. 执行任何必要的[特定于平台的设置](/zh/docs/setup/platform-setup/)
66

77
1. 检查 [Pod 和服务的要求](/zh/docs/ops/deployment/application-requirements/)
88

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 版本未经测试、支持或推荐。
1011

11-
1. 配置 Helm 存储库
12+
1. 配置 Helm 仓库
1213

1314
{{< text bash >}}
1415
$ helm repo add istio https://istio-release.storage.googleapis.com/charts

0 commit comments

Comments
 (0)