-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support selinux on Tumbleweed #10876
Comments
The install script distro detection does not support tumbleweed. If you know what distro's packages you should be using, you could install the RPM from https://github.com/k3s-io/k3s-selinux/releases/tag/v1.5.stable.1 and then run the install script again. |
I'll leave this open to track adding tumbleweed support to the install script |
I see. Indeed, the installation works fine on MicroOS but not on Tumbleweed. Thanks then this is indeed an enhancement, and not a bug. |
Environmental Info:
K3s Version: 1.30.4
Node(s) CPU architecture, OS, and Version: Tumbleweed 20240909, x86_64
Cluster Configuration:
Single node server
Describe the bug:
Installation via the
curl -sfL https://get.k3s.io | sh -
script from https://k3s.io/ fails on a current Tumbleweed installation because the recommended installation link https://rpm.rancher.io/k3s/stable/common/microos/noarch/ throws a 404 error:Note that https://rpm.rancher.io/k3s/stable/common/microos/noarch/ throws a 404 error.
Steps To Reproduce:
Expected behavior:
k3s is being installed
Actual behavior:
k3s fails to install
Additional context / logs:
The text was updated successfully, but these errors were encountered: