openshift / cluster-debug-tools

Unsupported tools used to investigate broken clusters.
Apache License 2.0
26 stars 28 forks source link

cluster-debug-tools

:warning:WARNING:warning: The following tool is provided with no guarantees and might (and will) be changed at any time. Please do not rely on anything below in your scripts or automatization.

kubectl-dev_tools binary combines various tools useful for the OpenShift developers teams. This binary is used as kubectl plugin.

Available commands

Building and Installing

To make this plugin available in oc or kubectl, just run: go get github.com/openshift/cluster-debug-tools/cmd/kubectl-dev_tool

Alternatively, you can build and install it manually:

$ make
$ cp kubectl-dev_tool ${HOME}/bin/

License

cluster-debug-tools is licensed under the Apache License, Version 2.0.