- Set up a node with
CentOS
and make sure that the output ofsestatus
indicates thatSELinux
is enabled and set toEnforcing
. - Run the
k3s
installation script. - Install
Longhorn
. - The system should come up successfully. The logs of the
Engine Image
pod should only sayinstalled
, and the system should be able to deploy aVolume
successfully from the UI.
Note: There appears to be some problems with running k3s
on CentOS
, presumably due to the firewalld
rules. This seems to be reported in rancher/k3s#977. I ended up disabling firewalld
with systemctl stop firewalld
in order to get k3s
working.