Failed to run kubelet" err="failed to run Kubelet: misconfiguration: kubelet cgroup driver: \"cgroupsd\" is different from docker cgroup driver
Recently I was using vagrant to bootstrap a Kubernetes environment (version 1.21.1 ), and noticed that when I modified the docker daemon to use the systemd instead of the cgroupsd, the request to the API server was rejected.
With checking journalctl...