I am trying to create a kubenetes cluster with one master and one node using Vagrant on my localhost. I have already done all the steps that is present in the official documentation at https://kubernetes.io/docs/setup/independent/create-cluster-kubeadm/. I have also installed weave net as the pod network in the master.
But Node is not connecting to the master.