I'm trying to set up a cluster on my virtual machine with one master and two nodes. I initialize the cluster using the following command:
kubeadm init --apiserver-advertise-address=<ip-address-of-kmaster-vm> --pod-network-cidr=192.168.0.0/16
But I get errors:
Why am I getting so many errors and how do I get rid of them?