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
Stern is very useful and great but there are some cases where it requires additional commands.
It would be nice to have the only one option to print-and-exit everything that matches the given filter:
logs from active pods and all their containers inside.
logs from terminated/exited pods (completed jobs) and all their containers.
logs from all previous containers that crashed/exited and restarted by Kubernetes.
everything else that Stern can support.
So the feature request combines other issues together to get all available logs without using any parameters combinations.
Use case:
Install a Helm chart without analyzing its resources.
With stern print logs from everything installed based on the project name including jobs, crashed pods, running pods etc.