helm

Helm 是 Kubernetes 的包管理器

1
2
3
4
5
6
7
# archlinux 
pacman -S helm

# curl
curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3
chmod 700 get_helm.sh
./get_helm.sh