# Enable shell completion
autoload -U compinit; compinit
# Install Krew - the package manager for kubectl plugins
export PATH="${KREW_ROOT:-$HOME/.krew}/bin:$PATH"
# https://kubernetes.io/docs/tasks/tools/install-kubectl-macos/#enable-shell-autocompletion
source <(kubectl completion zsh)
I would expect kubectl ctx CL<tab><tab> to show CLUSTER.