A kubectl plugin to identify problematic pod disruption budgets
kubectl-pdborked
is a kubectl plugin extension to identify PDBs with no allowed disruptions.
Installing the plugin is very straightforward:
> git clone https://github.com/paddymorgan84/kubectl-pdborked.git
> cd kubectl-pdborked
> go install
This will install at your specified $GOPATH
. Provided your $GOPATH
is included as part of your $PATH
environment variable, kubectl will automatically discover the plugin.
> kubectl plugin list
The following compatible plugins are available:
/Users/Patrick.Morgan/go/bin/kubectl-pdborked