Installation Kubeadm

Getting below error while running sudo kubeadm init --pod-network-cidr=10.244.0.0/16 --apiserver-advertise-server=192.168.56.11 Any help will be much appreciated

W0215 23:59:03.922067 6246 checks.go:835] detected that the sandbox image “registry.k8s.io/pause:3.6” of the container runtime is inconsistent with that used by kubeadm. It is recommended that using “registry.k8s.io/pause:3.9” as the CRI sandbox image.

Getting a kubeadm install on vagrant and virtualbox (which I’m guessing from the IP is what you’re doing) is a bit hard to do, especially from just watching the video. My recommendation is to use the tutorial from the CKA course repo, which is up-to-date and pretty detailed. You may need to back out of your current install, for which you can use the kubeadm reset command.