This plugin provides completion for the kubectl
command.
sudo chmod +x ./scripts/kubeplugin
sudo ln -s $(pwd)/scripts/kubeplugin /usr/local/bin/kubectl-kubeplugin
Where <resource>
can be pod
or node
. The <namespace>
is namespace of the resource.
kubectl kubeplugin <namespace> <resource>
kubectl kubeplugin default pod