d557d6bf94
This PR fixes a bug where sidecar services would be re-registered into Consul every ~30 seconds, caused by the parent service having its tags field set and the sidecar_service tags unset. Nomad would directly compare the tags between its copy of the sidecar service definition and the tags of the sidecar service reported by Consul. This does not work, because Consul will under-the-hood set the sidecar service tags to inherit the parent service tags if the sidecar service tags are unset. The comparison then done by Nomad would not match, if the parent sidecar tags are set. Fixes #10025 |
||
---|---|---|
.. | ||
acl_testing.go | ||
catalog_testing.go | ||
check_watcher.go | ||
check_watcher_test.go | ||
config_entries_testing.go | ||
connect.go | ||
connect_proxies.go | ||
connect_proxies_test.go | ||
connect_proxies_testing.go | ||
connect_test.go | ||
group_test.go | ||
int_test.go | ||
service_client.go | ||
service_client_test.go | ||
structs.go | ||
testing.go | ||
unit_test.go | ||
version_checker.go | ||
version_checker_test.go |