mirror of https://github.com/k3s-io/k3s
![]() Automatic merge from submit-queue Make kubectl bash-completion namespace and resource alias aware ![kubectl-completion](https://cloud.githubusercontent.com/assets/730123/13912456/94abf9a2-ef3d-11e5-9c8a-3df7058ea8f0.gif) - filter resource listing by `--namespace` flag given before in the command line ```bash $ kubectl get pod --namespace=kube-system <tab><tab> kube-dns-v9-2wuzj kube-dns-v9-llqxa ``` - add completion of `--namespace` ```bash $ kubectl get pod --namespace=<tab><tab> [*] default ingress kube-system ``` - add support for plural nouns and aliases like `rc` |
||
---|---|---|
.. | ||
completions | ||
mesos | ||
README.md |
README.md
Kubernetes Contrib is moving!
Checkout https://github.com/kubernetes/contrib for anything that is missing here!