-
Notifications
You must be signed in to change notification settings - Fork 41
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
Fixed Nginx and updated Consul image #23
Conversation
e4e3839
to
f2f1968
Compare
LGTM except for my concerns in autopilotpattern/nginx#18 (comment) |
473e4ab
to
bed131c
Compare
command: > | ||
/usr/local/bin/containerpilot | ||
/bin/consul agent -server | ||
-bootstrap-expect 1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@tgross this works to create a one-node Consul cluster that we can then scale to N nodes via Docker Compose.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think that works -- when a node comes up if it expects only 1 and the CNS name it resolves is itself, then it'll form a split brain cluter.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Crap, you're right about that.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix incoming.
If merged, it should be tagged as
4.5.3-r2
.