Create helm-prereqs.md (#10661)

This commit is contained in:
yanrongshi 2021-12-24 18:21:53 +08:00 committed by GitHub
parent 1f8f810ba0
commit 34e94ed5a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,16 @@
---
---
## 先决条件{#prerequisites}
1. 执行任何必要的[特定于平台的设置](/zh/docs/setup/platform-setup/)。
1. 检查 [Pod 和服务的要求](/zh/docs/ops/deployment/requirements/)。
1. [安装 Helm 客户端](https://helm.sh/zh/docs/intro/install/) 3.6 或更高的版本。
1. 配置 Helm 存储库:
{{< text bash >}}
$ helm repo add istio https://istio-release.storage.googleapis.com/charts
$ helm repo update
{{< /text >}}