-
Notifications
You must be signed in to change notification settings - Fork 4.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Guard against serf clusters mixing #260
Labels
type/enhancement
Proposed improvement or new feature
Comments
This would be a great addition! |
I fell into this trap myself. +1 |
We encountered this again due to some craziness in changing IPs. |
@armon Awesome, this is much appreciated! |
Uh, I just ran into this with 3 clusters and thousands of nodes merging (right before upgrading them all to 0.5.0 -.-). Thanks for fixing. |
duckhan
pushed a commit
to duckhan/consul
that referenced
this issue
Oct 24, 2021
Ensure caBundle is set to string
duckhan
pushed a commit
to duckhan/consul
that referenced
this issue
Oct 24, 2021
Resolve hostnames in service-address command
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Its fairly trivial to end up merging the underlying serf clusters. We should use the DC to guard against this.
The text was updated successfully, but these errors were encountered: