From a worker node, how can I check if the worker successfully connected to the cluster and is in a ready state?
The worker nodes don't seem to have kubectl configured, otherwise I could use it to get the node's status. Just checking the systemd service status doesn't seem to tell me if the node successfully connected to the cluster, just if the service is running.
Any ideas other than searching the systemd journal for log messages?