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
What would you like to be added:
https://github.com/kubernetes-sigs/kubespray/blob/master/roles/kubernetes/control-plane/tasks/main.yml#L44
add following line in "/etc/bash_completion.d/kubectl.sh"
alias k=kubectl complete -F __start_kubectl k
Why is this needed: interacting with Kubernetes cluster is much easier with "k" instead of "kubectl"
The text was updated successfully, but these errors were encountered:
If you want to create a PR for that I guess we won't be against it (at least I'm not either for nor against) 😉
Sorry, something went wrong.
That's not bad. And it is better to using a option to make it changeable. I'll work for it.
Successfully merging a pull request may close this issue.
What would you like to be added:
https://github.com/kubernetes-sigs/kubespray/blob/master/roles/kubernetes/control-plane/tasks/main.yml#L44
add following line in "/etc/bash_completion.d/kubectl.sh"
Why is this needed:
interacting with Kubernetes cluster is much easier with "k" instead of "kubectl"
The text was updated successfully, but these errors were encountered: