Kubernetes 包管理器
官网
https://helm.sh/zh/docs
应用中心
https://artifacthub.io
helm ui管理
https://kubeapps.com
命令行自动补全
1 临时生效
source <(helm completion bash)
2 写配置文件
echo "source <(helm completion bash)" >> ~/.bash_profile
3 bash-completion添加配置
helm completion bash > /usr/share/bash-completion/completions/helm
helm 常用命令