I'm here to seek help regarding K3s! I am facing an issue while configuring a worker node to join a master node using k3s. The error I am encountering is related to a TLS handshake timeout while trying to retrieve the CA (Certificate Authority) certificate.
"I'm attempting to configure a worker node to connect with a master node using a master token and the
k3s_url
set to
<master_ip>:6443
. However, I'm encountering an error that states 'failed to retrieve CA certificate, TLS handshake timeout.'"
Note:
I have my master node on GCP instance and my worker node is on Raspberry pi.
@creamy-pencil-82913