zl程序教程

您现在的位置是:首页 >  其他

当前栏目

【ubuntu】helm在线安装(详解)

安装Ubuntu 详解 在线 Helm
2023-09-14 09:05:34 时间

目录

1、helm在线安装(详解)

 2、查看版本


1、helm在线安装(详解)

curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 && chmod +x get_helm.sh && ./get_helm.sh

 2、查看版本

helm version