Files
Kubernetes/Helm/Helm安装.md
2025-08-25 17:53:08 +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)