kubectl issues
kubectl issues
is a kubectl plugin to find issues with your Kubernetes objects.
Install
Releases
Check the releases page for the full list of pre-built binaries.
- Download the release for your os/arch
- Unzip to archive to get the
kubectl-issues
binary
- Add the
kubectl-issues
binary to your PATH
Source
go install github.com/ricoberger/kubectl-issues@latest
Usage
kubectl issues
Development
To build and run the binary the following commands can be used:
go build -o ./bin/kubectl-issues .
./bin/kubectl-issues
To publish a new version, a new tag must be created and pushed:
make release-patch
make release-minor
make release-major
Acknowledgments
The plugin is inspired by the kubectl janitor
plugin.