For complex issues please use https://discuss.hashicorp.com/c/consul/, https://github.com/hashicorp/consul/issues or https://groups.google.com/forum/#!forum/consul-tool.
failed_eds_health
issues between a sidecar and a service in another data center using Meshgate WAN federation.upstream connect error or disconnect/reset before headers. reset reason: connection termination: 0
when using consul connect. Is there a workaround for this? I see that Envoy has an option to retry on reset connections. Is that configurable in Consul?
HTTP Maximum Connections per Client
- http_max_conns_per_client
. Looking to hotfix some servers and id like to confirm the configuration has been taken but I can’t seem to figure out how to list the config for that entry (if at all possible). Thank you in advance
Try to run a consul reload -token=<token>
and get back a Configuration reload triggered
but I don’t see any logs that suggest a reload actually took place, and the value we are attempting to reload http_max_conns_per_client
doesn’t appear to actually have been updated.
Questions:
consul connect
way of starting envoy. What should be the correct way to accomplish this? We are currently using systemctl to manage envoy. Can we configure some thing there for hot restart?