Skip to content

Instantly share code, notes, and snippets.

@kelseyhightower
Created August 9, 2017 03:45
Show Gist options
  • Save kelseyhightower/37b7917141a0b6cdc5801b36725383e6 to your computer and use it in GitHub Desktop.
Save kelseyhightower/37b7917141a0b6cdc5801b36725383e6 to your computer and use it in GitHub Desktop.
/usr/local/bin/consul agent \
-advertise=X.X.X.X \
-bind=0.0.0.0 \
-bootstrap-expect=3 \
-client=0.0.0.0 \
-data-dir=/var/lib/consul \
-retry-join-gce-project-name hightowerlabs \
-retry-join-gce-tag-value consul \
-server \
-ui
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment