📌  相关文章
📜  安装 Helm v3.x - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:50.830000             🧑  作者: Mango

代码示例1
curl https://raw.githubusercontent.com/kubernetes/helm/master/scripts/get-helm-3 > get_helm.sh
chmod 700 get_helm.sh
./get_helm.sh
##If you are using OS X you can install it with the brew install command: brew install helm.