How can I stop plan? #208
AlekseySVTN
started this conversation in
General
Replies: 1 comment
-
Yes, if you bump that value in the envvars for the controller your failed jobs will stick around longer. Another thing that you can try is to stop the SUC pod to prevent job recreation until you're ready. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello to all,
Sorry for the maybe dumb question.
Right now I testing system upgrade controller.
And I would like to know, how I can stop execution of my plan after failure.
So, for example
-- I have a plan
-- plan have a job
-- job have a failure state
-- after ttlSecondsAfterFinished (by default - 900) this job will delete, and plan will create a new job with the same options
In my case I do not want that plan will recreate failure job
How can I do this?
May be I can set ttlSecondsAfterFinished to max size using ENVIROVMENT or may be another way is exist?
Thank you for attention
Beta Was this translation helpful? Give feedback.
All reactions