-
-
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
Main view panel stuck in k8s contexts, < Ruroh? pod
command not found > | multiple commands affected
#3132
Comments
|
It was working before, you were typing 'pod' and the closest matching kubernetes api-resource was matching immediately. Whats more cow should say something like fzf of an opinions you can choose from imho... |
I have just upgraded to 0.40.4 and get a very similar issue - but when selecting a context I get the error:
FWIW, the last view I had open prior to upgrading was nodes. Versions (please complete the following information): |
I cannot even switch context. Some context are failing, with This starts failing with |
Yes, it seems as if the commands where changed but I don't see any documentation for it. When starting k9s you are redirected to the last screen/command with it's original name, which no longer exists. I can work around this by selecting the context, dismissing the error and then switching to pods/nodes/deploy. It will get me into the selected context. Certainly bugged. |
found how to stop it appearing. When you get the error type |
Same here, lot of K9S command not working anymore. |
pod
command not found >pod
command not found > | multiple commands affected
I am also using 0.40.4 and i can get through the main view, but the commands fail in the same way. Currently these commands are failing for me:
|
Coincidentally, today I decided to upgrade my k9s from 0.30-something to the latest version. Glad I found that it was not my local setup - first tried to clear my cache etc. Now downgraded to In case someone uses Homebrew, follow these steps
⚠ notice we refer to the file we downloaded in step 2,
|
Could you not just use |
@rherzfeld mkdir -p ~/bin
curl -LO https://github.com/derailed/k9s/releases/download/v0.40.3/k9s_darwin_arm64.tar.gz
tar -xzf k9s_darwin_arm64.tar.gz
mv k9s ~/bin/ Don't forget to create bin folder in your home and add this to your export PATH=$HOME/bin |
The simplest way to downgrade to wget https://raw.githubusercontent.com/Homebrew/homebrew-core/c0e1de761a74ba637df68bec2a333966cba3c0de/Formula/k/k9s.rb
brew reinstall --formula -f k9s.rb |
Dup #3131 |
Describe the bug
After running k9s, the context screen is displayed, and I cannot get through it.
The cow is saying, 'Ruroh? Pod command not found.'
However, everything works when you type 'pods.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
App behaves like before, autocompletion kicks it and matches closes api-resource to typed-in
Screenshots
Versions (please complete the following information):
Additional context
So far i was not typing full api-resource name an was working just fine.
The text was updated successfully, but these errors were encountered: