Back
I am trying to install kubernetes, I am getting below error. I even tried to I restart the docker still it is not working. Could you please look into it and let me know.
The command that you need to use to initiate a cluster in kubernetes and that gives you with kubeadm join command is:
kubeadm init --apiserver-advertise-address=<masterprivateip> --pod-network-cidr=192.168.0.0/16 --ignore-preflight-errors=NumCPU
31k questions
32.8k answers
501 comments
693 users