https://rancher.com/ logo
Title
g

gifted-eye-43916

09/22/2022, 8:21 AM
Does anyone have a link to the kernel modules needed to run RKE on Redhat Linux 7.9
q

quick-sandwich-76600

09/22/2022, 10:27 AM
RKE runs entirely on top of Docker, so it doesn't have any requirement in terms of OS libraries. If Docker runs, RKE will run, and any low-level requirement will come from Docker, not from RKE. In Red Hat 7.9, you can use Docker 19.03.x or 20.10.x, which are both supported by RKE.
RKE2 is slightly different as it uses containerd instead of Docker. You may find some more low level detail about containerd low level kernel requirements here: https://github.com/containerd/containerd#runtime-requirements
g

gifted-eye-43916

09/22/2022, 10:36 AM
Hi, so a standard rhel7 or rhel8 installation with docker is enough to run RKE
q

quick-sandwich-76600

09/22/2022, 10:41 AM
Yes, that's right
👍 1