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
This doesn't seem to break Connect, however it breaks the links in the UI where the Dest. service instance results in a 404 since it links to static-client instead of static-client-static-client:
The text was updated successfully, but these errors were encountered:
The service ID is set here:
consul-k8s/connect-inject/container_init.go
Lines 245 to 247 in 8a2c7cb
to
"${POD_NAME}-{{ .ServiceName }}"
. However the proxy config doesn't use the correctdestination_service_id
and just uses{{.ServiceName}}
:consul-k8s/connect-inject/container_init.go
Lines 207 to 209 in 8a2c7cb
This doesn't seem to break Connect, however it breaks the links in the UI where the Dest. service instance results in a 404 since it links to
static-client
instead ofstatic-client-static-client
:The text was updated successfully, but these errors were encountered: