k9s: "Shell exec failed" on 0.26.4 to 0.26.6 Windows OS




Describe the bug A clear and concise description of what the bug is.

Shell does not start on version 0.26.4 to 0.26.6 on Windows from a pod.

To Reproduce Steps to reproduce the behavior:

  1. On Windows, use K9s 0.26.4 to 0.26.6
  2. Use <s> on a pod to start a shell
  3. See error “Shell exec failed”

Expected behavior A clear and concise description of what you expected to happen.

Shell should be started. It fails with “Shell exec failed”.

Versions (please complete the following information):

  • OS: Windows
  • K9s: 0.26.4 to 0.26.6, WORKS on 0.26.3 and kubectl exec -it pod -- /bin/bash
  • K8s: 1.22.12

Additional context Add any other context about the problem here.

Works on 0.26.3. Does not work on 0.26.4 to 0.26.6.

About this issue

  • Original URL
  • State: closed
  • Created 2 years ago
  • Reactions: 1
  • Comments: 25 (5 by maintainers)

Commits related to this issue

Most upvoted comments

scoop install kubectl is a solution for me.