mirror of https://github.com/easzlab/kubeasz.git
helm部署redis-ha添加国内可访问镜像
parent
6dd5267204
commit
cb1644eb1b
|
@ -18,6 +18,11 @@ mv ./linux-amd64/helm /usr/bin
|
|||
```
|
||||
helm repo add stable https://kubernetes-charts.storage.googleapis.com/
|
||||
```
|
||||
国内镜像
|
||||
```
|
||||
helm repo add stable http://mirror.azure.cn/kubernetes/charts
|
||||
```
|
||||
|
||||
|
||||
## 使用 helm 安装应用
|
||||
|
||||
|
|
Loading…
Reference in New Issue