kuby-core
kuby-core copied to clipboard
Add an easier way to see logs from init containers
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.