I\'m trying to set up the Kubernetes master, by issuing:
kubeadm init --pod-network-cidr=192.168.0.0/16
For minikube on Ubuntu using the "none" driver, you can use the following flag to get it work with no other changes required - sudo minikube start --extra-config=kubelet.resolv-conf=/run/systemd/resolve/resolv.conf
sudo minikube start --extra-config=kubelet.resolv-conf=/run/systemd/resolve/resolv.conf
see this relates issue