This message was deleted.
# rancher-setup
a
This message was deleted.
q
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
Hi, so a standard rhel7 or rhel8 installation with docker is enough to run RKE
q
Yes, that's right
👍 1