Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
aleksey005 opened this issue Jan 28, 2024 · 1 comment
Open

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

aleksey005 opened this issue Jan 28, 2024 · 1 comment

Comments

@aleksey005
Copy link

aleksey005 commented 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

@aleksey005 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
@hswong3i
Copy link
Member

hswong3i commented Jan 29, 2024

I just found CI failed, too

https://gitlab.com/alvistack/ansible-collection-atlassian/-/pipelines/1154503981

Will check that now, thank you very much for bug reporting 🙏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants