DEV Community

Discussion on: Setting up Kubernetes on bare metal behind a NAT with OpenVPN

 
jedrp profile image
jedrp

Here is the log I got when run "kubeadm join ..." command,

Failed to request cluster info, will try again: [Get 10.8.0.1:6443/api/v1/namespaces/ku... dial tcp 10.8.0.1:6443: i/o timeout]

but I'm still able to ping 10.8.0.1 from the worker node

Thread Thread
 
drazisil profile image
Molly Crendraven

Can you access that URL in your browser on either the worker or the control plane node?

Thread Thread
 
jedrp profile image
jedrp

yes, I'm able to get response when execute the curl command to that URL on master node

Thread Thread
 
jedrp profile image
jedrp

Do we need to tell kubeadm to use "tun0" network interface instead of default one?

Thread Thread
 
drazisil profile image
Molly Crendraven

It sounds like you have a firewall blocking that port then