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
So the fundamental issue here is that the host_rewrite element in the Envoy config is an attribute of a Route rather than of a Cluster. That means that we need to sort out how to get Envoy to split traffic across Routes, which we don't currently do.
The docs imply that this is doable, so there's a bit of a research project to sort out how to do it.
(Estimating at 3 because I think it's relatively quick to find out whether the traffic-splitting thing is possible or not, but I'm less sure about exactly how much work lies beyond that.)
I have some test canary configuration like -
One of the mappings is ignored completely and diag reports the error -
As soon as I remove
host_rewrite
from the config, the canary starts working fine.I can reproduce this every time right now, but I have a faint memory that this was intermittent while testing (might help while debugging)
The text was updated successfully, but these errors were encountered: