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
I'd put the task "Create a job but ensure that it will be automatically terminated by kubernetes if it takes more than 30 seconds to execute" last in section Pod-Design > Jobs to avoid confusion.
The text was updated successfully, but these errors were encountered:
After task Create a job but ensure that it will be automatically terminated by kubernetes if it takes more than 30 seconds to execute the next task currently is:
Create the same job, make it run 5 times, one after the other. Verify its status and delete it
While you could certainly reuse the job that automatically terminated to run 5 times in sequence for this task, the shown answer suggests the referenced "same job" is actually the one from the earlier task Create a job with the image busybox that executes the command 'echo hello;sleep 30;echo world'.
I'd put the task "Create a job but ensure that it will be automatically terminated by kubernetes if it takes more than 30 seconds to execute" last in section Pod-Design > Jobs to avoid confusion.
The text was updated successfully, but these errors were encountered: