-
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
k3s installation script failing #10578
Comments
Our backend channel servers appear to be experiencing intermittent issues. I've reached out to our infrastructure team. |
Hey Folks, It seems to be working as expected now. @brandond thanks for forwarding the issue. @Miaoxiang-philips the issue was happening across machine and even in our Github CI runners 😅 Our runners are now running as expected tho. |
Reopening to pin |
Yeah also seeing issues downloading the SHA256 release file as well with Kube-Hetzner :(
|
We could probably enhance the install script to be a little more resilient to channel server outages. |
As soon as I post this, I'm able to reach it again. |
I am also facing this issue. |
i have done this by passing the version : curl -sfL https://get.k3s.io | INSTALL_K3S_VERSION=v1.29.6+k3s2 K3S_KUBECONFIG_MODE=777 sh - |
I am also experiencing this issue.
However, I was able to work around it thanks to @Aias00's suggestion. |
Hello @brandond now when I want install cluster - I have download error hashsoum - https://github.com/k3s-io/k3s/releases/download/v1.29/sha256sum-amd64.txt .Could you resolve that? |
I am experiencing the same issue on
|
@alexlianides — I updated my comment. I previously copied the text from @Aias00's comment but after seeing yours realized that was not exactly what is working for me. This is working for me right now: curl -sfL https://get.k3s.io/ | INSTALL_K3S_VERSION=v1.30.3+k3s1 K3S_KUBECONFIG_MODE=777 sh - |
@mikeschinkel while this fix does work, this fix introduces security issues due to the open permissions it sets to the k3s cluster. Thank you for the tip though. @brandond is the current issue still due to a server availability issue? or is this a new error? |
It's the same thing. When it's resolved we'll close and unpin the issue. I don't have any additional information to provide. Note that only the I'm going to lock this issue to prevent additional off-topic discussion but leave it open; if there are updates I will provide them here. |
Environmental Info:
K3s Version: latest/stable
Node(s) CPU architecture, OS, and Version:
*
Cluster Configuration:
*
Describe the bug:
We cannot use the convenience script to install k3s
Steps To Reproduce:
Expected behavior:
Installation Success
Actual behavior:
Installation Failure due to failure to download
Additional context / logs:
Tried removing sha verification still fails to download binary. Seems like Github has deprecated certain URLs.
https://update.k3s.io/v1-release/channels
The host is down for this website,
The text was updated successfully, but these errors were encountered: