Skip to content

A kubectl plugin extension to identify PDBs with no allowed disruptions

License

Notifications You must be signed in to change notification settings

paddymorgan84/kubectl-pdborked

Repository files navigation

kubectl-pdborked


kubectl-pdborked

A kubectl plugin to identify problematic pod disruption budgets

Introduction

Go Go Report Card

kubectl-pdborked is a kubectl plugin extension to identify PDBs with no allowed disruptions.

Pre-requisites

Installation

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

Releases

No releases published

Packages

No packages published