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
This is due to the -x flag, it redirects everything to stderr as you mentioned, In order to perserve the debugging information that -x prints, 2>&1 will just output it to stdout
This is probably some misconfiguration in start.sh at docker startup, it is happening for batch and kubernetes cronjobs
The text was updated successfully, but these errors were encountered: