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
Hi all,
The tests don't show a way to determine when a command exec'd in a pod returns, or what it's return status is.
Is there any way to a determine this? Or could it be implemented?
Our workaround at the moment is reading maybeStdout & maybeStderr and waiting for it to stop producing for n seconds. Or to echo out some marker after any command runs so we know it's finished.
Thanks for any help.
The text was updated successfully, but these errors were encountered:
Hi all,
The tests don't show a way to determine when a command exec'd in a pod returns, or what it's return status is.
Is there any way to a determine this? Or could it be implemented?
Our workaround at the moment is reading
maybeStdout
&maybeStderr
and waiting for it to stop producing for n seconds. Or to echo out some marker after any command runs so we know it's finished.Thanks for any help.
The text was updated successfully, but these errors were encountered: