Hello,
I got some issue when trying to spin up a cluster with 2 VM
VM1 => control plane etc worker node
VM2 => worker node
The VM2 cannot be found
FATA[0370] [ "
node01.example.com" not found]
Log in kubelet
I0112 09
4040.188538 3988 csi_plugin.go:1063] Failed to contact API server when waiting for CSINode publishing: Get "
https://127.0.0.1:6443/apis/storage.k8s.io/v1/csinodes/node01.example.com": dial tcp 127.0.0.1
6443 connect: connection refused
E0112 09
4040.243255 3988 kubelet.go:2424] "Error getting node" err="node \"
node01.example.com\" not found"
What I don't understand is the call to localhost 6443 in the VM2 kubelet
Should it not be the address of a control plane node (here VM1) ?