作業内容
https://kubernetes.io/docs/tasks/tools/install-kubectl/#enable-kubectl-autocompletion
K8S公式サイト通りに、設定してみたが、エラーです。
echo 'source <(kubectl completion bash)' >>~/.bashrc
問題事象
[centos@zzeng-hdp-1 ~]$ kubectl gen-bash: _get_comp_words_by_ref: command not found
-bash: _get_comp_words_by_ref: command not found
対策
Bashの自動補完パッケージが足りない
https://www.tecmint.com/install-and-enable-bash-auto-completion-in-centos-rhel/
sudo yum install bash-completion bash-completion-extras
結果
[centos@zzeng-hdp-1 ~]$ kubectl de
delete describe