Kubernetes/Helm/Helm安装.md
offends 7a2f41e7d6
All checks were successful
continuous-integration/drone Build is passing
synchronization
2024-08-07 18:54:39 +08:00

452 B

本文作者:丁辉

Helm部署

官方文档

官方脚本

curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash

国内源获取

考虑到文件在外网可能会拉取非常慢,所以选择国内源获取

curl https://gitee.com/offends/Kubernetes/raw/main/File/Shell/helm-install.sh | bash

卸载 Helm

rm -rf $(which helm)