国内安装helm

helm repo remove stable
helm repo add stable https://kubernetes.oss-cn-hangzhou.aliyuncs.com/charts
helm repo update
helm search
命令自动补全
yum install bash-completion

source /usr/share/bash-completion/bash_completion

source <(kubectl completion bash)

echo "source <(kubectl completion bash)" >> ~/.bashrc

posted on 2019-03-02 15:03  net2817  阅读(528)  评论(0编辑  收藏  举报

导航