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
Using terraform to spin up nodes, the nodes join my local consul server (dev mode).
The node agent runs in a container
I destroy and recreate the nodes frequently, the nodes' consul does not unregister
I use that to expose the consul catalog to traefik for edge Loadbalancing
What does not work:
Consul does not accept a node once i destroyed the old one. It states that there is already a node with that hostname registered under a different node-id
My questions:
How can I get this to fly?
What am I missing?
Why does consul not accept to overwrite the exisiting hostname+node-id combination? Sounds broken to me?
Thanks a lot and kind regards
Sascha
The text was updated successfully, but these errors were encountered:
See also #4741 which has rich set of context on this specific issue that I think will describe the nuance to this type of situation. There was just a fix landed there that will hopefully help address your specific use-case!
Hi there
So here is what I do:
What does not work:
My questions:
Thanks a lot and kind regards
Sascha
The text was updated successfully, but these errors were encountered: