Skip to content

After install collection with cri-o kubelet not start #11

@aleksey005

Description

@aleksey005

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions