Intellipaat Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in DevOps and Agile by (29.3k points)

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.

image.png

1 Answer

0 votes
by (50.2k points)

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

Browse Categories

...