https://netmaker.org logo
Netmaker cluster nodes status `Node has no Connect...
# server
b
Netmaker cluster nodes status
Node has no Connectivity
Hi. I have bootstrapped Netmaker cluster with three nodes. One node has status
HEALTHY
and other two nodes have status
ERROR
. How to solve this issue?
Copy code
journalctl -fu netmaker
No any errors in log journal
b
netmaker run in docker, to see logs
docker logs -f netmaker
b
Netmker run with systemd unit /etc/systemd/system/netmaker.service
Copy code
[Unit]
Description=Netmaker Server
After=network.target

[Service]
Type=simple
EnvironmentFile=/etc/default/netmaker
WorkingDirectory=/opt/netmaker
ExecStart=/usr/local/bin/netmaker

# Restart policy
Restart=always
TimeoutStopSec=5s
RestartSec=5s

[Install]
WantedBy=multi-user.target
This command shows stdout logs
Copy code
journalctl -fu netmaker
rqlite
cluster works well
mqbroker
works well
netmaker
api works well, because all clients joined well. But 2/3 cluster master nodes have strange status.
b
might be related to this PR which will be available in 0.14.6 https://github.com/gravitl/netmaker/pull/1392
j
yeah this is just bad logic. The nodes are healthy but the checkin time only updates when you update the network
6 Views