美文网首页
ubuntu20.04安装helm2客户端

ubuntu20.04安装helm2客户端

作者: 小黑佬 | 来源:发表于2021-03-22 18:13 被阅读0次
curl https://baltocdn.com/helm/signing.asc | sudo apt-key add -
sudo apt-get install apt-transport-https --yes
echo "deb https://baltocdn.com/helm/stable/debian/ all main" | sudo tee /etc/apt/sources.list.d/helm-stable-debian.list
sudo apt-get update
sudo apt-get install helm2

安装过程中,要等待很久。

相关文章

网友评论

      本文标题:ubuntu20.04安装helm2客户端

      本文链接:https://www.haomeiwen.com/subject/yfwzcltx.html