Linux Ubuntu上安装helm

apt update
apt install -y apt-transport-https
curl -fsSL https://baltocdn.com/helm/signing.asc | sudo apt-key add -
apt install -y software-properties-common
add-apt-repository "deb https://baltocdn.com/helm/stable/debian/ all main"
apt install -y helm
helm version

 

posted on 2025-08-28 22:08  王景迁  阅读(14)  评论(0)    收藏  举报

导航