openshift / cluster-debug-tools

Unsupported tools used to investigate broken clusters.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cluster-debug-tools

⚠️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

  • psa-check checks for pod security violations in a given namespace.
  • analyze-e2e inspects the artifacts gathered during e2e-aws run and analyze them.
  • audit inspects the audit logs captured during CI test run.
  • event inspects the event logs captured during CI test run.
  • event-filter filters the event logs captured during CI test run on a webpage (based on jqgrid).
  • inspect-certs inspects the certs, keys, and ca-bundles in a set of resources.
  • revision-status counts failed installer pods and current revision of static pods.
  • download downloads artifacts from a Prow CI or GCS Link for a specified regex or all contents.

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.

About

Unsupported tools used to investigate broken clusters.

License:Apache License 2.0


Languages

Language:Go 71.4%Language:HTML 15.1%Language:JavaScript 13.2%Language:Shell 0.2%Language:Makefile 0.1%Language:Dockerfile 0.0%