We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
# 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.
kubectl ctx CL<tab><tab>
CLUSTER
The text was updated successfully, but these errors were encountered:
It's a known problem, we need to implement shell completion installation in Krew first, then make this plugin's krew distribution use it.
Sorry, something went wrong.
I believe this is now possible if there were a couple of commands installed: kubectl_complete-ctx and kubectl_complete-ns
kubectl_complete-ctx
kubectl_complete-ns
No branches or pull requests
I would expect
kubectl ctx CL<tab><tab>
to showCLUSTER
.The text was updated successfully, but these errors were encountered: