mirror of https://github.com/istio/istio.io.git
Create helm-prereqs.md (#10661)
This commit is contained in:
parent
1f8f810ba0
commit
34e94ed5a3
|
@ -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 >}}
|
Loading…
Reference in New Issue