- Set up a node with
CentOSand make sure that the output ofsestatusindicates thatSELinuxis enabled and set toEnforcing. - Run the
k3sinstallation script. - Install
Longhorn. - The system should come up successfully. The logs of the
Engine Imagepod should only sayinstalled, and the system should be able to deploy aVolumesuccessfully 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.