from mastering k8s
adding working node with kubeadm
kubeadm join --token <token> --discovery-token-ca-cert-hash <discovery-token> --ignore-preflight-error=all
from mastering k8s
adding working node with kubeadm
kubeadm join --token <token> --discovery-token-ca-cert-hash <discovery-token> --ignore-preflight-error=all