[+] helm
Some checks failed
Build Docker Image / Explore-Gitea-Actions (push) Failing after 6m49s

This commit is contained in:
2025-03-20 17:25:27 +08:00
parent 229da36283
commit b7fd3d3623
2 changed files with 15 additions and 0 deletions

View File

@@ -8,6 +8,9 @@ export vip_ip=10.1.3.100
export vip=$vip_ip/16
export masters=10.1.3.101,10.1.3.102,10.1.3.103
curl -sSL https://git.martin98.com/MartinFarm/init/raw/branch/main/init-k8s.sh | bash
# master 节点更新 helm 相关
curl -sSL https://git.martin98.com/MartinFarm/init/raw/branch/main/init-helm.sh | bash
```
### 其他说明