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
Labels
enhancement
New feature or request
I like to run a constantly refreshing
kubectl get pods -A
command in a specified interval usingwatch
(in mac & linux) orwhile (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:
For example: yellow for "Pending"/"Init:....", red for "Terminating"/"CrashLoopBackOff", green for "Running", grey for "Completed" etc.
The text was updated successfully, but these errors were encountered: