We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 98c6c39 + 90f6635 commit 9fc11b6Copy full SHA for 9fc11b6
website/source/intro/getting-started/cluster.html.md
@@ -99,6 +99,11 @@ client {
99
# this should be like "nomad.service.consul:4647" and a system
100
# like Consul used for service discovery.
101
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
107
}
108
109
# Modify our port to avoid a collision with server1
0 commit comments