-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
retryStrategy
with nodeAntiAffinity
is not working as expected.
#9193
Comments
@goock could you look into this pls? |
I run the example from the ticket, and from above 30K feet, it looks like the controller stopped adding |
@alexec I started working on this.
BoundaryID is empty.
I see four possible solutions to the issue, but I need advice on this:
|
This comment was marked as resolved.
This comment was marked as resolved.
Hi @cwichka, thanks for replying. We do not have any proposal yet. I do not want to make it too complicated. I would appreciate it if you or someone familiar with the structures could take a look at my comment above and give me some advice and the right direction. |
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
@remidebette @cwichka Is it not working for the script template only or all templates (Container)? |
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
Hi, still needed. |
Hey, I can still work on this but need help as described here #9193 (comment) |
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
Please don't add new fields to |
@caelan-io I would like to finish this ticket. ATM I'm busy but probably in the next 2-3 weeks I can find a spare time to work on this. |
Thanks for the quick update @goock ! That sounds like a plan. Feel free to post if further questions/ clarification needed. |
Bumping this to hopefully get some headway (also, don't want it to be marked stale again. lol) |
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as spam.
This comment was marked as spam.
retryStrategy
with nodeAntiAffinity
is not working as expected.
…mpty. Fixes: #9193 (#12701) Signed-off-by: shuangkun <[email protected]>
…mpty. Fixes: #9193 (#12701) Signed-off-by: shuangkun <[email protected]> (cherry picked from commit e490d48)
…mpty. Fixes: argoproj#9193 (argoproj#12701) Signed-off-by: shuangkun <[email protected]>
…mpty. Fixes: argoproj#9193 (argoproj#12701) Signed-off-by: shuangkun <[email protected]>
Summary
What happened/what you expected to happen?
I wanted to use
retryStrategy
withnodeAntiAffinity
in order to prevent retrials from running on the same hosts. I was using the following small workflow for testing, but what happens is all retrials were started on the same host (node).Not sure if this is an expected behavior and in my case i should use
RetryNodeAntiAffinity
which is, as mentioned in the documentation, is a placeholder for future expansion.What version are you running?
Tested with v3.2.9 and v3.3.3
Message from the maintainers:
Impacted by this bug? Give it a 👍. We prioritise the issues with the most 👍.
The text was updated successfully, but these errors were encountered: