Having issues joining my kubernetes worker noed to a controller node

23 Views Asked by At

"error execution phase preflight: couldn't validate the identity of the API Server: Get "https://master-node.xxxxx.xxxxx:6443/api/v1/namespaces/kube-public/configmaps/cluster-info?timeout=10s": net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)".

The above error kept showing anytime I tried to connect my worker to my master node in a kubernetes cluster.

I tried to add my worker node to the controller node but ended up with the error. It is supposed to be succesful, but it kept throwing the error even after disabling my firewall and ensured that the kube api server is up and running. Also, I ensured that the dns resolution on master-node.xxxxx.xxxxx, and it is working just fine. But the aforementioned error keeps popping up anytime I tried to establish a join connection from the worker to the master

0

There are 0 best solutions below