k9s: Error: Cpu architecture: not found

Describe the bug When I run k9s, it shows an error message:
ERRO[0000] failure getting variant error="getCPUInfo for pattern: Cpu architecture: not found"
It runs fine, but it always shows this message.
To Reproduce Steps to reproduce the behavior:
- Type
k9s
on the terminal
Expected behavior No error output is shown.
Screenshots
Versions (please complete the following information):
- OS: Ubuntu 20.04 (running on WSL2)
- K9s:
0.20.5
- K8s: Client:
1.18.3
, Server:1.16
Additional context I have no other problems with it, just the error message on startup.
About this issue
- Original URL
- State: closed
- Created 4 years ago
- Comments: 15 (6 by maintainers)
I’ve just re-downloaded the x86_64 tarball and the error is gone. My assumption is that I downloaded the wrong architecture build the last time, so error was most probably on my side. I apologize. Issue solved 😃