From 11acbf484b5b69ca67ace74240fd8e2c387042a0 Mon Sep 17 00:00:00 2001 From: Panopticon <37460810+panoptikoe@users.noreply.github.com> Date: Fri, 5 Jun 2026 14:33:00 +0200 Subject: [PATCH] Update README with cloud-init instructions for Rocky and Alma Added additional instructions for using cloud-init images with Rocky 10 and Alma 10. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5aafbb0..4d8e255 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ See [this issue](https://github.com/timothystewart6/k3s-ansible/issues/667) for - Calico to v3.31.0 - Cilium to v1.18.5 (also tested with 1.19.0) - All playbooks have been modified to reflect this and are working. -- Small disclaimer: the original playbook was tested for Debian, Ubuntu and Rocky. I use Ubuntu 24.04 / 26.04 usually, but it works with Rocky 10, Alma 10 and Debian 13. +- Small disclaimer: the original playbook was tested for Debian, Ubuntu and Rocky. I use Ubuntu 24.04 / 26.04 usually, but it works with Rocky 10, Alma 10 and Debian 13. If you're using (minimal) cloud-init style images for Rocky 10 and Alma 10 you'll need to install extra kernel modules; you can do so by running `sudo dnf install -y kernel-modules kernel-modules-extra` followed by `sudo reboot` and `sudo modprobe br_netfilter` before running the whole playbook. More about that can be found on [this page](https://forums.rockylinux.org/t/docker-installation-failed-on-rhel-10/20024). See the [readme](https://github.com/timothystewart6/k3s-ansible/blob/master/README.md) in the original repo for more information.