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
Moving my comment from #478 to make it easier to track.
In same config check the "old" config also have loadBalancer blocks in the backend config where the new from the provider does not. This from line 444 in server.go
I think the fix to this is to never modify the config in loadConfig but I'm not really sure where should go instead.
The text was updated successfully, but these errors were encountered:
keis
changed the title
loadConfig modifies configuration causing same config check to always fail
loadConfig modifies configuration causing same config check to fail
Jun 23, 2016
Tried the current master and it all works great now. I see the messages about defaulting the load balancer method followed by "Skipping same configuration for provider consul_catalog". 👍
Moving my comment from #478 to make it easier to track.
In same config check the "old" config also have
loadBalancer
blocks in the backend config where the new from the provider does not. This from line 444 in server.goI think the fix to this is to never modify the config in loadConfig but I'm not really sure where should go instead.
The text was updated successfully, but these errors were encountered: