-
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.sh on fedora coreos tries to use yum instead of rpm-ostree #7666
Milestone
Comments
I guess we need to move the coreos check at Line 525 in fa0dc59
PR welcome! |
PR submitted.. can't get it to link to this issue cause I didn't include the magic words in the commit msg. |
We actually prefer that the issues not be linked for auto-closing. |
Validated on fedora coreos
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Environmental Info:
K3s Version: k3s not yet installed. Problem with recent install.sh
Node(s) CPU architecture, OS, and Version:
Cluster Configuration:
n/a
Describe the bug:
running install.sh results in error
line 628: yum: command not found
. This is fedora coreos, so it should be using rpm-ostree.Steps To Reproduce:
curl -sfL https://get.k3s.io | sh -
Expected behavior:
k3s to install successfully
Actual behavior:
errors with
yum: command not found
as shown here:Additional context / logs:
The text was updated successfully, but these errors were encountered: