-
-
Notifications
You must be signed in to change notification settings - Fork 244
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
Update README.md with basic getting started #79
Conversation
Added basic Getting started
@@ -271,6 +271,15 @@ Include `consul::ui` in your node's `run_list`: | |||
action :delete | |||
end | |||
|
|||
#### Getting Started | |||
To bootstrap a consul cluster follow the following steps: |
This comment was marked as outdated.
This comment was marked as outdated.
Sorry, something went wrong.
@lyrixx Thank you |
👍 |
Update README.md with basic getting started
The only other thing that I think is worth mentioning here (and only cause it caught me off guard) is that, after you spin up the cluster, you should ensure that the servers can talk UDP 8300 - 8302 within the cluster. This would be especially useful if people do firewall rule setup from Chef. |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Added basic Getting started