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.
Port = 8080
$ consul connect envoy -gateway=ingress -register -service ingress-service -address '{{ GetInterfaceIP "eth0" }}:8888'
-address
and it seems to pick its own port instead of pulling from the config entry
-address
works with ingress gateway, and how you are supposed to define upstream listeners.
agent.server.router.manager: Rebalanced servers, new active server: number_of_servers=3 active_server="HOSTNAME.dc1 (Addr: tcp/172.10.100.11:8300) (DC: dc1)"
Hello all. I have an issue with Consul 1.9.3 and Micronaut 2.3.2.
I have this error at the application startup
io.micronaut.http.client.exceptions.HttpClientResponseException: Request decode failed: json: cannot unmarshal object into Go struct field .Address of type string
In application.yml I have this
consul:
client:
registration:
enabled: true
defaultZone: "${CONSUL_HOST:localhost}:${CONSUL_PORT:8500}"
Can someone help?
/v1/connect/intentions/exact
endpoint returns a 500, Sources[0].LegacyMeta must be omitted
. But this registration has no metadata associated with it as far as I can tell. How do I delete something that won't delete?
Meta
field.
This one was added by hand by an operator and when our automation when to create the intention it aborted due to the duplicate entry, when I went to manually drop it and let automation do it's thing, I got that error.
I'm going to check the deprecated fields against what we are writing.
consul ...
cli commands