tohjustin / kubectl-plugins

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:Apache License 2.0