Shell Completion for kubectl

1
2
3
COMPLETION=~/.bash_completion_kubectl
kubectl completion bash > ${COMPLETION}
echo "source ${COMPLETION}" >> ~/.bashrc

comments powered by Disqus