ansible-role-kubernetes
ansible-role-kubernetes copied to clipboard
Drop support for Docker runtime (in favor of containerd?)
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.
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
+1 for containerd
+1 CRI-O
Related: https://github.com/geerlingguy/raspberry-pi-dramble/issues/187
+1 for containerd
Containerd
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
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.
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.
This issue is no longer marked for closure.
+1
See latest commit, linked above.