kubectl-node_condition

command module
v0.0.0-...-e226a27 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 19, 2018 License: Apache-2.0 Imports: 3 Imported by: 0

README

kubectl node-condition

kubectl node-codition is a plugin for kubectl that simply outputs all Conditions linked to a Node.

Install

go get github.com/twexler/kube-node_condition

Example

> kubectl node-condition
docker-for-desktop
==================

+----------------------------+--------+--------------------------------+-------------------------------+
|           REASON           | STATUS |            MESSAGE             |     LAST TRANSITION TIME      |
+----------------------------+--------+--------------------------------+-------------------------------+
| KubeletHasSufficientDisk   | False  | kubelet has sufficient disk    | 2018-11-22 12:17:49 -0500 EST |
|                            |        | space available                |                               |
+----------------------------+--------+--------------------------------+-------------------------------+
| KubeletHasSufficientMemory | False  | kubelet has sufficient memory  | 2018-11-22 12:17:49 -0500 EST |
|                            |        | available                      |                               |
+----------------------------+--------+--------------------------------+-------------------------------+
| KubeletHasNoDiskPressure   | False  | kubelet has no disk pressure   | 2018-11-22 12:17:49 -0500 EST |
+----------------------------+--------+--------------------------------+-------------------------------+
| KubeletHasSufficientPID    | False  | kubelet has sufficient PID     | 2018-11-22 12:17:49 -0500 EST |
|                            |        | available                      |                               |
+----------------------------+--------+--------------------------------+-------------------------------+
| KubeletReady               | True   | kubelet is posting ready       | 2018-11-22 12:17:49 -0500 EST |
|                            |        | status                         |                               |
+----------------------------+--------+--------------------------------+-------------------------------+

Why

I found it difficult to ascertain the condition of nodes on clusters I operate en masse.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL