Run the following command to check the health of each node.
curl http://<ip>:15021/healthz/ready
Where:
<ip>
is the node IP address. See clusterctl node info for how to list the IP address of each node.- 15021 is one of the ports listed in Required ports for incoming traffic.
A response with the HTTP 200 OK
code indicates the node is ready to receive incoming traffic.