You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the logs from all containers + init containers are mashed together.
We know that init containers were run before main containers, and we know that init containers were run sequentially.
Would it make sense for stern to look up the init container names, their sequence, and show those logs first; and then show normal containers' logs mashed together?