Łukasz Jaworski
Łukasz Jaworski
@geekofalltrades I use this: `GREP_COLOR='01;32' egrep --color=always 'Running|$' | GREP_COLOR='01;33' egrep --color=always 'ContainerCreating|$' | GREP_COLOR='01;33' egrep --color=always 'Terminating|$' | GREP_COLOR='01;31' egrep --color=always 'Error|$' | GREP_COLOR='01;31' egrep --color=always 'CrashLoopBackOff|$' | GREP_COLOR='01;31'...
@aylei Hi, the newest version works like a charm, thanks :)
yeah they killed it https://github.com/lensapp/lens/issues/6823#issuecomment-1363736366
Hi i was having the same problem, clicking on node shell was just giving me connecting forverer, so i made this as a workaround: ``` apiVersion: apps/v1 kind: DaemonSet metadata:...