#编辑你的.bashrc文件(或者.bash_profile): vim ~/.bashrc #在文件末尾添加以下行: source <(kubectl completion bash) #重新加载你的.bashrc文件: source ~/.bashrc