kuby-core icon indicating copy to clipboard operation
kuby-core copied to clipboard

Add an easier way to see logs from init containers

Open camertron opened this issue 3 years ago • 0 comments

Right now you have to find the name of the pod in question, then copy/paste it into a long and complicated kuby/kubectl command like:

bundle exec kuby -e production kubectl -N -- logs -c <init container name> <pod name>

You also have to know what the init containers are called, which isn't obvious.

camertron avatar Mar 14 '22 18:03 camertron