-
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
Install script can't install on immutable OS (Fedora Atomic) #9361
Comments
Until Fedora standardizes around a |
That is horrid and I don't think I'd want to do that. We already have too many ID/VARIANT values in the script. |
That's a fair assessment. Shall we just wait for Fedora to settle on a common |
Yeah, I think that's probably what I'd ask for. |
This repository uses a bot to automatically label issues which have not had any activity (commit/comment/label) for 45 days. This helps us manage the community issues better. If the issue is still relevant, please add a comment to the issue so the bot can remove the label and we know it is still valid. If it is no longer relevant (or possibly fixed in the latest release), the bot will automatically close the issue in 14 days. Thank you for your contributions. |
Just got bitten by this issue with Silverblue. Could it be a sensible approach, instead of checking for a range of variants for fedora, to just check for |
We don't officially support this distro, so we're not going to test it. We just need to confirm that it still works on supported fedora variants. Reopening so that it can be officially closed out as community validated by QA. |
Performed validation on Fedora 41 with v1.31.2+k3s1 and Fedora 39 with v1.28.15+k3s1
|
Environmental Info:
K3s Version:
v1.28.5
Node(s) CPU architecture, OS, and Version:
Linux fedora 6.6.14-200.fc39.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Jan 26 20:12:16 UTC 2024 x86_64 GNU/Linux
Cluster Configuration:
1 laptop, where I'm trying to set up dev environment
Describe the bug:
The oneliner on the k3s.io website fails, with the following error:
yum
is not availableThis is because Fedora Atomic variants use rpm-ostree, like coreos does.
Steps To Reproduce:
Expected behavior:
Fedora Kinoite and other Atomic variants of Fedora are treated more like coreos by the installer script.
There are differences between coreos and Fedora Atomic variants, but the use of rpm-ostree is mostly the same.
Actual behavior:
Fedora Atomic variants are treated like regular fedora.
These variants have neither
yum
ordnf
available, so the install script fails.Additional context / logs:
os-release for Kinoite:
The text was updated successfully, but these errors were encountered: