You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
one nice (and extremely simple) change that we can make is to have kubectlauto-completion.
this can be done with a simple ansible lineinfile EOF in ~/.bashrc.
source <(kubectl completion bash)
i can get back to this later, but if someone in the community wants to add to the playbooks...that's fine also. i just wanted to create the feature request before i forget it (as i'm working on something else).
The text was updated successfully, but these errors were encountered:
one nice (and extremely simple) change that we can make is to have
kubectl
auto-completion.this can be done with a simple ansible
lineinfile
EOF in~/.bashrc
.i can get back to this later, but if someone in the community wants to add to the playbooks...that's fine also. i just wanted to create the feature request before i forget it (as i'm working on something else).
The text was updated successfully, but these errors were encountered: