-
Notifications
You must be signed in to change notification settings - Fork 211
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
[working] possible release cache issue with K9s installer #875
Comments
There's been a similar report in k9s derailed/k9s#2832 I can reproduce on Fedora and cannot install neither |
The issue appears to be a mismatch in architecture. In the URL specified by the output, replacing the x86_64 with amd64 (which, in my rudimentary understanding, are synonyms), the query returns plenty of options: https://webi.sh/api/releases/[email protected]?os=linux&arch=amd64&libc=gnu&formats=tar,exe,zip,xz,git,dmg&pretty=true |
I'll look into this as soon as I can today. Sometimes with a new release the architecture identifier is changed (ex: x86-64 to x86_64), or the arch releases are staggered. I've accounted for as many of those as I can in automatic fashion, but sometimes there's a glitch in the (literal) matrix. |
Is anyone still having this issue? I can't reproduce on I think that the problem here was a temporary cache issue, possibly due to undesired behavior in k9s own release mechanism. I'm not sure what a permanent fix for this would be. I think a really good solution would be provide a list of versions for which there is a match to the arch in question. I had considered previously changing the semantics of Perhaps it could be "latest of the last 3 releases for architecture". |
@coolaj86 mine is now working, seems like it might have been the cache. Thanks for looking into it! |
I'll leave this open for a bit to see what others say and if there's a clear path to understanding the root cause and a permanent fix. |
hello, when I try to install k9s there is this error:
curl -sS https://webi.sh/k9s | sh
Bootstrapping Webi
Found ~/.local/bin/webi
Running ~/.local/bin/webi k9s@stable
Installing k9s ...
Found ~/.local/bin
The text was updated successfully, but these errors were encountered: