Skip to content
This repository has been archived by the owner on Jul 30, 2023. It is now read-only.

REQ: More conditional coloring of kubectl get pods column values (like READY column) #76

Closed
UNOPARATOR opened this issue Jun 2, 2021 · 3 comments
Labels
enhancement New feature or request

Comments

@UNOPARATOR
Copy link

I like to run a constantly refreshing kubectl get pods -A command in a specified interval using watch (in mac & linux) or while (1) {clear; <command_here>; sleep <interval_in_seconds>} (in windows powershell).

It would be nice conditional coloring for STATUS columns values just like the READY column:
image

For example: yellow for "Pending"/"Init:....", red for "Terminating"/"CrashLoopBackOff", green for "Running", grey for "Completed" etc.

@AmjadHussainSyed
Copy link

closed my issue as duplicate #79

@bcouetil
Copy link

bcouetil commented Jan 21, 2022

I would insist on adding color convention, everywhere possible, on top of that (red for KO, green for OK, etc.).

The idea behind this project is good 🤩, but for now it's useless to me (just adding random colors has no value).

@hidetatz hidetatz added the enhancement New feature or request label Dec 31, 2022
@hidetatz
Copy link
Owner

Let's discuss this in #117

@hidetatz hidetatz closed this as not planned Won't fix, can't repro, duplicate, stale Dec 31, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants