What would you like to be added: A variation of #37 , I would like stern to shut down when a job has finished running, either successful or not.
Why is this needed: I'd like to use stern as part of a sequence of commands for a script meant for manual observation - it would launch a new Job via kubectl apply and then have the logs tailed until it's finished, then clean up after itself.
What would you like to be added: A variation of #37 , I would like stern to shut down when a job has finished running, either successful or not.
Why is this needed: I'd like to use stern as part of a sequence of commands for a script meant for manual observation - it would launch a new Job via
kubectl apply
and then have the logs tailed until it's finished, then clean up after itself.