imixs / imixs-cloud

A Lightweight Kubernetes Environment
https://imixs.github.io/imixs-cloud/
GNU General Public License v3.0
200 stars 82 forks source link

setup_centos fails on Hetzner VMs #74

Closed selfscrum closed 2 years ago

selfscrum commented 2 years ago

when installing imixs-cloud on a Hetzner VM, the setup_centos.ssh script fails while trying to install the open-iscsi component which is not available from the standard distribution. After removing the component from the yum command in the script, it works as intended.

rsoika commented 2 years ago

ok, good to know. We have not many test on centos as we mainly used debian.

rsoika commented 2 years ago

I just checked the script. In is ok to exclude the open-iscsi component.

But the open-iscsi lib is necessary for the longhorn deployment. We recommend using ceph instead of longhorn. But in any case I am not sure if the open-icsi lib is necessary for both....?

If you run into a problem connecting distributed storage let me know. We can decide if we remove the lib from both install scripts (debian and centos). For the moment I will uncomment it for centos only.

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.