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
Once kubernetes/kubernetes#105867 is merged, we can start using shell completions as told here:
https://github.com/kubernetes/kubernetes/pull/105867/files#diff-75e0556ae8d72c53672f08704f4338792f13d108e34330e57075c09c9f37be02R147-R171
Similar issue from cert-manager: cert-manager/cert-manager#4657
The text was updated successfully, but these errors were encountered:
This is now covered in https://github.com/kubernetes/enhancements/blob/master/keps/sig-cli/2379-kubectl-plugins/README.md#shell-completion-support
Sorry, something went wrong.
The completion on flags is working out of the box for newer kubectl versions.
We should also enable completion for positional arguments as in kubectl get.
kubectl get
No branches or pull requests
Once kubernetes/kubernetes#105867 is merged, we can start using shell completions as told here:
https://github.com/kubernetes/kubernetes/pull/105867/files#diff-75e0556ae8d72c53672f08704f4338792f13d108e34330e57075c09c9f37be02R147-R171
Similar issue from cert-manager: cert-manager/cert-manager#4657
The text was updated successfully, but these errors were encountered: