We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
this is a moderately involved process
192.168.3.0/24
ipa-client-install
/exports/srv
/srv
/exports/home
/home
/var/lib/consul
/etc/consul
/etc/consul/local.json
<>
{ "data_dir": "/consul/data", "log_level": "INFO", "node_name": "<hostname (without domain)>", "client_addr": "<local private IPv4>", "ports": { "dns": 53 }, "bind_addr": "<IPv4 accessible from rest of swarm>", "retry_join": "192.168.3.116", "recursors": ["208.67.222.222", "208.67.220.220"] }
/etc/resolv.conf
client_addr
You can now join the swarm. The global "consul" service should spin up on your new node, hopefully!