Skip to content

Commit 90f6635

Browse files
committed
Update cluster tutorial to generate random client UUIDs
1 parent 5081dd5 commit 90f6635

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

website/source/intro/getting-started/cluster.html.md

+5
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,11 @@ client {
9999
# this should be like "nomad.service.consul:4647" and a system
100100
# like Consul used for service discovery.
101101
servers = ["127.0.0.1:4647"]
102+
103+
# Since we are starting two clients on the same host, we need to set
104+
# this in order to force nomad to generate client UUIDs randomly,
105+
# instead of based on the host UUID.
106+
no_host_uuid = true
102107
}
103108
104109
# Modify our port to avoid a collision with server1

0 commit comments

Comments
 (0)