ansible-role-kubernetes icon indicating copy to clipboard operation
ansible-role-kubernetes copied to clipboard

Drop support for Docker runtime (in favor of containerd?)

Open geerlingguy opened this issue 5 years ago • 12 comments

See: https://twitter.com/Dixie3Flatline/status/1334188919215116291

Basically, Kubernetes 1.20 and on are going to drop support for Docker as the container runtime on nodes—so it would be best to switch to something like containerd or CRI-O.

geerlingguy avatar Dec 02 '20 19:12 geerlingguy

It doesn't technically affect the way this role works, but the tests would need to be updated to drop docker: https://github.com/geerlingguy/ansible-role-kubernetes/blob/master/molecule/default/converge.yml#L28

geerlingguy avatar Dec 02 '20 19:12 geerlingguy

+1 for containerd

sculley avatar Dec 04 '20 21:12 sculley

+1 CRI-O

Spirit-act avatar Dec 28 '20 16:12 Spirit-act

Related: https://github.com/geerlingguy/raspberry-pi-dramble/issues/187

geerlingguy avatar Jan 26 '21 05:01 geerlingguy

+1 for containerd

learmond avatar Mar 29 '21 20:03 learmond

Containerd

liipe91 avatar Apr 09 '21 05:04 liipe91

I already run this role together with https://github.com/geerlingguy/ansible-role-containerd, which works very fine. However, the cgroup driver should be changed to systemd. Probably this should be done with https://github.com/geerlingguy/ansible-role-containerd/issues/2

rdxmb avatar Apr 23 '21 07:04 rdxmb

This issue has been marked 'stale' due to lack of recent activity. If there is no further activity, the issue will be closed in another 30 days. Thank you for your contribution!

Please read this blog post to see the reasons why I mark issues as stale.

stale[bot] avatar Jul 22 '21 11:07 stale[bot]

This issue has been closed due to inactivity. If you feel this is in error, please reopen the issue or file a new issue with the relevant details.

stale[bot] avatar Aug 22 '21 09:08 stale[bot]

This issue is no longer marked for closure.

stale[bot] avatar Aug 23 '21 13:08 stale[bot]

+1

ambled avatar Nov 05 '21 04:11 ambled

See latest commit, linked above.

geerlingguy avatar Sep 14 '22 19:09 geerlingguy