8000 GitHub - ahmetb/kubectl-cond: kubectl plugin to print Kubernetes resource conditions
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ahmetb/kubectl-cond

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kubectl cond

A kubectl plugin to print Kubernetes object resource conditions in a more human-readable format.

Usage

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>

Example

kubectl cond example

Installation

Install this plugin using Krew.

kubectl krew install cond

Or, download the binary from the Releases page and move it somewhere on your PATH.

License

This project is distributed under Apache 2.0 License.

About

kubectl plugin to print Kubernetes resource conditions

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages

0