1. Helm命令补全。
yum install -y bash-completion
source /usr/share/bash-completion/bash_completion
source <(helm completion bash)
# 顺便补全kubectl。
source <(kubectl completion bash)
helm <tab>
completion dependency get install list plugin repo search status test upgrade version
create env history lint package pull rollback show template uninstall verify