Skip to content

Custom plugin index for all kubectl plugins that I've developed

License

Notifications You must be signed in to change notification settings

tohjustin/kubectl-plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

kubectl-plugins

plugin count license

This repository is a custom plugin index for Krew (kubectl plugin manager), which contains all the kubectl plugins that I've developed.

Usage

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

List of Plugins

Name Description Repository
api-categories Print the supported API resources their categories kube-api-categories star count
lineage Display all dependent resources or resource dependencies kube-lineage star count

About

Custom plugin index for all kubectl plugins that I've developed

Topics

Resources

License

Stars

Watchers

Forks