k9s icon indicating copy to clipboard operation
k9s copied to clipboard

Instructions to run `k9s` via `crictl`

Open davidandreoletti opened this issue 1 year ago • 0 comments

Is your feature request related to a problem? Please describe. The README provides instruction to run k9s via docker, to run the latest k9s version. However, modern k8s deployments have switched to alternative container runtime to containerd, etc which are CRI compatible container runtimes. As such, docker is not installed anymore.

Describe the solution you'd like Instruction to run k9s via crictl

Describe alternatives you've considered Manually download the latest k9s binary for my distribution: ubuntu (manual install)

Additional context None

davidandreoletti avatar Apr 22 '24 00:04 davidandreoletti