mirror of https://github.com/istio/istio.io.git
parent
924e683f01
commit
e787bd42be
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
---
|
||||
本指南中使用的 `base` 和 `istiod` 的 Helm Chart 与通过
|
||||
[Istioctl](/zh/docs/setup/install/istioctl/) 安装 Istio 时使用的相同。
|
||||
但是,通过 Istioctl 安装使用的[网关 Chart]({{< github_tree >}}/manifests/charts/gateways/istio-ingress)
|
||||
与本指南中描述的 [Chart]({{< github_tree >}}/manifests/charts/gateway) 不同
|
||||
本指南中使用的 Helm Chart 与通过 [Istioctl](/zh/docs/setup/install/istioctl/)
|
||||
安装 Istio 时使用的图表相同,但 `gateway` Chart 除外。
|
||||
|
||||
Istioctl 使用的 [Gateway Chart]({{< github_tree >}}/manifests/charts/gateways/istio-ingress)
|
||||
与本指南中描述的 [Gateway Chart]({{< github_tree >}}/manifests/charts/gateway) 不同
|
||||
|
|
|
@ -1,14 +1,15 @@
|
|||
---
|
||||
---
|
||||
## 先决条件{#prerequisites}
|
||||
## 先决条件 {#prerequisites}
|
||||
|
||||
1. 执行任何必要的[特定于平台的设置](/zh/docs/setup/platform-setup/)。
|
||||
|
||||
1. 检查 [Pod 和服务的要求](/zh/docs/ops/deployment/application-requirements/)。
|
||||
|
||||
1. [安装 Helm 客户端](https://helm.sh/zh/docs/intro/install/) 3.6 或更高的版本。
|
||||
1. [安装最新的 Helm 客户端](https://helm.sh/docs/intro/install/)。
|
||||
早于[当前支持的最旧 Istio 版本](/zh/docs/releases/supported-releases/#support-status-of-istio-releases) 发布的 Helm 版本未经测试、支持或推荐。
|
||||
|
||||
1. 配置 Helm 存储库:
|
||||
1. 配置 Helm 仓库:
|
||||
|
||||
{{< text bash >}}
|
||||
$ helm repo add istio https://istio-release.storage.googleapis.com/charts
|
||||
|
|
Loading…
Reference in New Issue