Created
August 16, 2017 06:45
-
-
Save xissy/8e272394474238d4f397c94b8ec3bb06 to your computer and use it in GitHub Desktop.
Bootstrap a cockroachdb cluster
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
./cockroach start --background --certs-dir=certs --advertise-host=10.140.1.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
./cockroach start --background --certs-dir=certs --join=10.140.1.1:26257 --advertise-host=10.140.1.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
./cockroach start --background --certs-dir=certs --join=10.140.1.1:26257 --advertise-host=10.140.1.3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment