-
Notifications
You must be signed in to change notification settings - Fork 898
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
abortScaleDownDelaySeconds is not working as expected #1841
Comments
@mksha this option is ignored if you are doing a basic canary (not using a traffic router). Can you confirm you are using a traffic router? Which one are you using? |
@jessesuen I am using the canary with traffic routing. |
I can reproduce the issue and will work on a fix. Thanks, @mksha |
@mksha , after second thought, I think this is an expected behavior if you don't use
Otherwise, the code will set the new replica to nil: argo-rollouts/utils/replicaset/canary.go Lines 481 to 503 in a78640a
|
@mksha could you please provide more details including rollout spec, and kubernetes rollout events when this happens? I think we don't have enough information to go off of currently. |
I am using the same spec shared at #1838. |
So we need to make sure when we add
it uses the same pod that was created by |
@huikang @jessesuen any thoughts? |
This issue is stale because it has been open 60 days with no activity. |
@huikang @zachaller Could you please provide an update or an estimated timeline for addressing this bug? Additionally, I have submitted a pull request to improve the documentation. You can review the changes here: PR #3835. Please take a look and let me know if it accurately addresses the scenario at hand. |
Summary
What happened/what you expected to happen?
when we set abortScaleDownDelaySeconds:0 then it should not delete the canary pod but its deleting it immediately.
Diagnostics
What version of Argo Rollouts are you running?
1.1.1
Message from the maintainers:
Impacted by this bug? Give it a 👍. We prioritize the issues with the most 👍.
The text was updated successfully, but these errors were encountered: