-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
k9s command not found after snap install #2128
Comments
Hello @s-bernhardt-atos! Thanks for your detailed issue. I still work on snap package here. I'm going to close this issue, but you can add details to the existing issue. |
Well actually you can make a soft link to snap's bin directory which is in PATH sudo ln -s /snap/k9s/current/bin/k9s /snap/bin/ Now |
Thanks for this, was needed after install on Fedora 38 via Snap. |
This fixed the issue for me installing k9s on Ubuntu (via snap store and via CLI) |
Unfortunately there's one more issue on Ubuntu 22.04 ARM:
I've installed |
its work for me |
This workaround worked for me. |
I submitted the fix a while ago but it's not been pushed up to the snap store. Until it is people installing via snap will get the issue. |
Aah excellent. Thank you ECiurleo. And in the meantime, that command works to fix it so we have a workaround. Awesome! |
is there a fix yet? |
Seems like its still in a PR, aka not fixed. |
Still not fixed on Ubuntu 22.04.4, but the workaround of the soft link works great, so thanks ! |
K9s needs to submit the PR with the fix (that has already been merged) to the snap store. Until then the issue will continue.
…________________________________
From: Michail Liarmako. ***@***.***>
Sent: Friday, May 31, 2024 9:52:14 AM
To: derailed/k9s ***@***.***>
Cc: Emanuele Ciurleo ***@***.***>; Comment ***@***.***>
Subject: Re: [derailed/k9s] k9s command not found after snap install (Issue #2128)
Still not fixed on Ubuntu 22.04.4.
—
Reply to this email directly, view it on GitHub<#2128 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ACTK3GKRMPLQL67AEWA3XT3ZFBW75AVCNFSM6AAAAAAZEQOWNSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNBSGA2TSNRTGQ>.
You are receiving this because you commented.Message ID: ***@***.***>
|
Thanks it worked for me |
Same issue in ubuntu 24.04 (ARM64) |
Same issue, still. sym link worked. Thanks! |
same issue on ubuntu 20.04 but as for the features and performance, I highly encourage you to install the latest release |
Describe the bug
A simple snap install does not work as expected. The
k9s
command was not found after installation.To Reproduce
Steps to reproduce the behavior:
sudo snap install k9s
k9s
/snap/k9s/current/bin/k9s
Expected behavior
k9s would start by using the current KUBECONFIG
Versions (please complete the following information):
Additional context
It is reproducible on any other Ubuntu Server 22.04 instances
Workaround:
alias k9s=/snap/k9s/current/bin/k9s
The text was updated successfully, but these errors were encountered: