From bb6d70d1a9d2137b5494f521dfc277eb7231f0b8 Mon Sep 17 00:00:00 2001 From: thomasboni Date: Fri, 28 Feb 2020 08:38:39 +0100 Subject: [PATCH 1/2] Add a README section to describe headers --- README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/README.md b/README.md index 47710d12..10a2fef9 100644 --- a/README.md +++ b/README.md @@ -99,6 +99,30 @@ K9s is available on Linux, macOS and Windows platforms. --- +## Headers description + +### Pods view + +| Header | Description | +|-------------|---------------------------------| +| NAME | Pod name | +| IMAGE | Image used | +| READY | Is pod ready ? | +| STATE | Pod state | +| INIT | Is an init pod ? | +| RS | Restart count | +| PROBES(L:R) | ? | +| CPU | CPU used (millicores) | +| MEM | Memory used (Mb) | +| %CPU/R | % ratio of CPU used/requested | +| %MEM/R | % ratio of MEM used/requested | +| %CPU/L | % ratio of CPU used/limit | +| %MEM/L | % ratio of MEM used/limit | +| PORTS | Ports exposed | +| AGE | Pod age | + +--- + ## Demo Videos/Recordings * [K9s Pulses](https://asciinema.org/a/UbXKPal6IWpTaVAjBBFmizcGN) From c633eb67a5585800dcf130ebcbcb6e66c756c7b0 Mon Sep 17 00:00:00 2001 From: thomasboni Date: Fri, 28 Feb 2020 08:43:02 +0100 Subject: [PATCH 2/2] Add description for PROBES(L:R) header --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 10a2fef9..7e7941d2 100644 --- a/README.md +++ b/README.md @@ -111,7 +111,7 @@ K9s is available on Linux, macOS and Windows platforms. | STATE | Pod state | | INIT | Is an init pod ? | | RS | Restart count | -| PROBES(L:R) | ? | +| PROBES(L:R) | Liveness and Readiness probes | | CPU | CPU used (millicores) | | MEM | Memory used (Mb) | | %CPU/R | % ratio of CPU used/requested |