[Kubernetes](Command)Kubernetes kubectl command 자동 완성

업데이트:

kubectl cheat sheet setting

bashrc 혹은 profile 설정이 가능 곳에 아래 내용을 입력하고 적용한다.

source <(kubectl completion bash)
alias k=kubectl
complete -F __start_kubectl k

Example

tap을 눌러 자동 완성 할 수 있다

k get pod
k get node

댓글남기기