Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong order of tasks in Pod-Design > Jobs #184

Open
CFEazeti opened this issue Apr 15, 2021 · 1 comment
Open

Wrong order of tasks in Pod-Design > Jobs #184

CFEazeti opened this issue Apr 15, 2021 · 1 comment

Comments

@CFEazeti
Copy link

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.

@dgkanatsios
Copy link
Owner

thanks! Feel free to create a Pull Request with the suggestion!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants