-
Notifications
You must be signed in to change notification settings - Fork 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
gateway group unexpectedly updated on job update #10077
Comments
I was also able to reproduce this behavior with the ingress gateway example. |
This PR fixes a bug where tasks with Connect services could be triggered to destructively update (i.e. placed in a new alloc) when no update should be necessary. Fixes #10077
This PR fixes a bug where tasks with Connect services could be triggered to destructively update (i.e. placed in a new alloc) when no update should be necessary. Fixes #10077
I've confirmed fixed with the #10080 PR on the release build for 1.0.4 |
I'm going to lock this issue because it has been closed for 120 days ⏳. This helps our maintainers find and focus on the active issues. |
An update to another task group within a job causes a gateway task group to also be updated.
Using the following job, which is the terminating gateway example job with a bunch of the block comments removed:
Run the job and wait for the deployment to succeed:
Then modify the job by uncommenting the
env
var in the dashboard group, and run again:Note that both the dashboard and gateway groups have new allocations.
I tried the same thing with the count-api group and the gateway was updated again, so it doesn't appear to matter whether the other group was a target of the gateway or not:
The text was updated successfully, but these errors were encountered: