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
The container_address was for example 172.18.0.2, and the address was 10.0.0.5.
We noticed that only same-zone traffic is working. Dataplane in one zone was able to reach another in the same zone with no issues.
However, cross-zone communication was not working.
After investigating the ingress proxy of the destination zone, we have noticed the following in its config_dump:
kuma-test-inbound::172.18.0.2:5555::cx_active::0
The ingress proxy is trying to reach the dataplane over its address and not advertisedAddress.
The text was updated successfully, but these errors were encountered:
This issue was inactive for 90 days. It will be reviewed in the next triage meeting and might be closed.
If you think this issue is still relevant, please comment on it or attend the next triage meeting.
What happened?
When running a dataplane with a different
advertisedAddress
thanaddress
. For example dataplane is running with the following config:The
container_address
was for example172.18.0.2
, and theaddress
was10.0.0.5
.We noticed that only same-zone traffic is working. Dataplane in one zone was able to reach another in the same zone with no issues.
However, cross-zone communication was not working.
After investigating the ingress proxy of the destination zone, we have noticed the following in its config_dump:
The ingress proxy is trying to reach the dataplane over its
address
and notadvertisedAddress
.The text was updated successfully, but these errors were encountered: