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
After install collection kubelet not start with error socket connection, testing playbook for Ubuntu 22.04 and Debian 12.
Playbook configured Kubelet default use containerd socket not cri-o socket.
To configure it correctly, you have to skip the Kubernetes installation option and issue the command manually
kubeadm init
--pod-network-cidr=10.244.0.0/16
--upload-certs
--cri-socket=unix:/var/run/crio/crio.sock
--control-plane-endpoint=192.168.100.100
in role --cri-socket=unix:///var/run/crio/crio.sock and apparently this switches kubelet to use the default containerd socket
The text was updated successfully, but these errors were encountered:
aleksey005
changed the title
After install collection wiht cri-o kubelet not start
After install collection with cri-o kubelet not start
Jan 28, 2024
After install collection kubelet not start with error socket connection, testing playbook for Ubuntu 22.04 and Debian 12.
Playbook configured Kubelet default use containerd socket not cri-o socket.
To configure it correctly, you have to skip the Kubernetes installation option and issue the command manually
kubeadm init
--pod-network-cidr=10.244.0.0/16
--upload-certs
--cri-socket=unix:/var/run/crio/crio.sock
--control-plane-endpoint=192.168.100.100
in role --cri-socket=unix:///var/run/crio/crio.sock and apparently this switches kubelet to use the default containerd socket
The text was updated successfully, but these errors were encountered: