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
Is it possible to override the cluster name in listener and cluster using envoy_listener_json and envoy_cluster_json
I am trying to override the following in the listener
The text was updated successfully, but these errors were encountered:
skyrocknroll
changed the title
consul connect ignores envoy_listener_json & envoy_cluster_json
consul connect ignores envoy_listener_json & envoy_cluster_json un proxy.upstream[].config
Aug 22, 2019
skyrocknroll
changed the title
consul connect ignores envoy_listener_json & envoy_cluster_json un proxy.upstream[].config
consul connect ignores envoy_listener_json & envoy_cluster_json in proxy.upstream[].config
Aug 22, 2019
Have you created any service-router, service-splitter, or service-resolver config entries for this service? Those two escape hatches are incompatible with the new L7 stuff at this time: #6350
Consul Version : Consul v1.6.0-beta3 (5ff04a3)
os : ubuntu 18.04
curl -v -XGET http://172.31.16.18:8500/v1/agent/service/240ba83a698d-sidecar-proxy | jq
curl http://localhost:19000/config_dump | jq
Launching the sidecar
consul connect envoy -http-addr=${CONSUL_RPC_ADDR} -sidecar-for=_nomad-task-${NOMAD_ALLOC_ID}-${NOMAD_TASK_NAME}-${NOMAD_TASK_NAME} -grpc-addr=${HOST_MACHINE_NAME}:8502
Is it possible to override the cluster name in listener and cluster using
envoy_listener_json
andenvoy_cluster_json
I am trying to override the following in the listener
and
Any help would be highly appreciated
The text was updated successfully, but these errors were encountered: