I am practicing the install Kubeadm lab. Everything works fine, on bothe controlplane and node01, but.
When I try he Kubeadm join command,
(kubeadm join 192.30.22.12:6443 --token o2m9xt.1rdkfy7zblydqzsj \
--discovery-token-ca-cert-hash sha256:7fdc7e68e036bcabd15c26a927139f0baa4aaed26afc55a4fdcdc1cf66f43355)
I get an error
[preflight] Running pre-flight checks
error execution phase preflight: [preflight] Some fatal errors occurred:
[ERROR FileAvailable–etc-kubernetes-kubelet.conf]: /etc/kubernetes/kubelet.conf already exists
[ERROR Port-10250]: Port 10250 is in use
[ERROR FileAvailable–etc-kubernetes-pki-ca.crt]: /etc/kubernetes/pki/ca.crt already exists
[preflight] If you know what you are doing, you can make a check non-fatal with --ignore-preflight-errors=...
To see the stack trace of this error execute with --v=5 or higher
What should I do to fix this?