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
But when I run "kubeadm init" I get the following error:
W1107 15:30:50.563919 1034 kubelet.go:200] cannot automatically set CgroupDriver when starting the Kubelet: cannot execute 'docker info -f {{.CgroupDriver}}':
executable file not found in $PATH
Basically the "docker" command is not found.
I've tried installing docker, but I get errors when trying to start it.
The text was updated successfully, but these errors were encountered:
Following the README it was simple to get up and running at http://localhost (on Mac OS 10.15.7)
But I can't get passed the first question :-)
I ran the following commands:
sudo is missing so I install it
These commands come from https://kubernetes.io/docs/setup/production-environment/tools/kubeadm/install-kubeadm/
But when I run "kubeadm init" I get the following error:
W1107 15:30:50.563919 1034 kubelet.go:200] cannot automatically set CgroupDriver when starting the Kubelet: cannot execute 'docker info -f {{.CgroupDriver}}':
executable file not found in $PATH
Basically the "docker" command is not found.
I've tried installing docker, but I get errors when trying to start it.
The text was updated successfully, but these errors were encountered: