Spin up an insecure three-node cluster locally. At least one node will need to be on the default port, 26257.
To verify that you've done this correctly, you'll need to run a command and paste it into the box below.
For Windows users, run the following command in PowerShell:
-join (cockroach node ls --insecure --host localhost:26257)
For Mac users, run the following command in the terminal:
cockroach node ls --insecure --host localhost:26257 | xargs
Paste the output here:
Answers
Answered by
0
Answer:
please mark me brainliest
please like
Similar questions