Aug 23, 2017 · 1 min read
Nice article!
Another way to get shell completion for k8s is:
# kubectl competion
source <(kubectl completion zsh)works also for bash
Cheers,
Thomas
Nice article!
Another way to get shell completion for k8s is:
# kubectl competion
source <(kubectl completion zsh)works also for bash
Cheers,
Thomas