A kubectl plugin to print Kubernetes object resource conditions in a more human-readable format.
You can specify kubectl cond
like kubectl get
to query the conditions of a
specific object by resource kind, name, namespace, list by category, or by file:
kubectl cond <object-type> <object-name>
kubectl cond nodes
kubectl cond -f <manifest.yaml>
kubectl cond all -n <namespace>
Install this plugin using Krew.
kubectl krew install cond
Or, download the binary from the Releases page and move it somewhere on your
PATH
.
This project is distributed under Apache 2.0 License.