You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When providing a sidecar_task stanza to a group service to modify sidecar configuration, if the
config is modified this will be used in every other connect sidecar (over other groups of the same job, or even
in different jobs deployed later.)
Reproduction steps
start nomad with connect (nomad agent -dev-connect)
run job
all envoy tasks will have the same config (even if no sidecar_task stanza is specified)
deploying a new different job will have the same sidecar configuration as the one specified in the previous jobs
So we've bumped into this into a test cluster-- is there a way to revert this change back to the default config? I'm guessing this is a wipe the cluster and start over kind of situation but, happy to try other things if anyone has any ideas.
Edit: Looks like a rolling restart of the servers was enough in case anyone runs across this 👍
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.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Nomad version
Nomad v0.11.3
Issue
When providing a sidecar_task stanza to a group service to modify sidecar configuration, if the
config is modified this will be used in every other connect sidecar (over other groups of the same job, or even
in different jobs deployed later.)
Reproduction steps
Job file (if appropriate)
The text was updated successfully, but these errors were encountered: