You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello!
Thank for your course (on Udemy) and for labs
Found a little problem on vagrant environment in labs
Get error Failed to run kubelet" err="failed to run Kubelet: misconfiguration: kubelet cgroup driver: \"systemd\" is different from docker cgroup driver: \"cgroupfs\""
It's can be fixed with https://stackoverflow.com/questions/43794169/docker-change-cgroup-driver-to-systemd
# on every node exec
echo '{"exec-opts": ["native.cgroupdriver=systemd"]}' >> /etc/docker/daemon.json
systemctl restart docker
But I think you can fix it in vagrant environment (freeze version of installing tools or add this config in host up script, i'm not sure) or add this in instruction at lab))
The text was updated successfully, but these errors were encountered:
Hello!
Thank for your course (on Udemy) and for labs
Found a little problem on vagrant environment in labs
Get error
Failed to run kubelet" err="failed to run Kubelet: misconfiguration: kubelet cgroup driver: \"systemd\" is different from docker cgroup driver: \"cgroupfs\""
It's can be fixed with https://stackoverflow.com/questions/43794169/docker-change-cgroup-driver-to-systemd
But I think you can fix it in vagrant environment (freeze version of installing tools or add this config in host up script, i'm not sure) or add this in instruction at lab))
The text was updated successfully, but these errors were encountered: