Skip to content
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 cant retrieve https://github.com/k3s-io/k3s/releases/download/stable - gives a 404 #6052

Closed
Opengl1 opened this issue Aug 30, 2022 · 8 comments

Comments

@Opengl1
Copy link

Opengl1 commented Aug 30, 2022

Environmental Info:
K3s Version:

Stable release
Node(s) CPU architecture, OS, and Version:

armhf and amd64
Cluster Configuration:

1 control 3 cube nodes
Describe the bug:

Working--> curl -sfL https://get.k3s.io | INSTALL_K3S_VERSION=v1.24.4+k3s1 sh -
Fails --> curl -sfL https://get.k3s.io | sh -

Stable failed URLs from install script -->
https://github.com/k3s-io/k3s/releases/download/stable/sha256sum-amd64.txt
and
https://github.com/k3s-io/k3s/releases/download/stable/sha256sum-arm.txt
return 404 and install script fails

However works without problems when version is specified
Steps To Reproduce:

  • Installed K3s:

Expected behavior:

Install K3S
Actual behavior:

Install script fails when trying to download sha256sum

Additional context / logs:

@tomisboy
Copy link

For me it is the same problem.

I think this is because the INSTALL_K3S_CHANNEL_URL (https://update.k3s.io/v1-release/channels) inside the Script throws a 503 error right now

@asjdf
Copy link

asjdf commented Aug 30, 2022

Same problem here

@cc4i
Copy link

cc4i commented Aug 30, 2022

Same here

@containerguy
Copy link

Same here. https://get.k3s.io install without specific version is broken right now.

@chiquidev
Copy link

If you use curl -sfL https://get.k3s.io | INSTALL_K3S_VERSION=v1.24.4+k3s1 sh - it works.

@lbiemans
Copy link

Same here, indeed giving the specific version fixes it.

@waxling
Copy link

waxling commented Aug 30, 2022

I'm getting a 503 currently on https://update.k3s.io/v1-release/channels

mrsimonemms pushed a commit to mrsimonemms/gitpod-k3s-guide that referenced this issue Aug 30, 2022
This can accept either "stable", "latest" or a version. Introduced
due to [issue in k3s](k3s-io/k3s#6052)
mrsimonemms pushed a commit to mrsimonemms/gitpod-k3s-guide that referenced this issue Aug 30, 2022
This can accept either "stable", "latest" or a version. Introduced
due to [issue in k3s](k3s-io/k3s#6052)
@cwayne18
Copy link
Collaborator

It looks like there was an issue with the channel server that has been resolved. The team will continue to monitor this and look for ways to ensure these outages do not happen again, we do apologize for this inconvenience.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

9 participants