This repository is a custom plugin index for Krew (kubectl plugin manager), which contains all the kubectl plugins that I've developed.
Configure this custom plugin index on your Krew plugin manager
$ kubectl krew index add tohjustin https://github.com/tohjustin/kubectl-plugins.git
$ kubectl krew index list
INDEX URL
default https://github.com/kubernetes-sigs/krew-index.git
tohjustin https://github.com/tohjustin/kubectl-plugins.git
To install plugins from this index
$ kubectl krew install tohjustin/$PLUGIN_NAME
To remove plugins installed from this index, you don't need to specify its index
$ kubectl krew uninstall $PLUGIN_NAME
To remove custom plugin index
$ kubectl krew index remove tohjustin
Name | Description | Repository |
---|---|---|
api-categories | Print the supported API resources their categories | |
lineage | Display all dependent resources or resource dependencies |