cloudnativelabs / kube-shell

Kubernetes shell: An integrated shell for working with the Kubernetes
Apache License 2.0
2.38k stars 175 forks source link

Kube-shell for Windows is not passing input text to kubectl #72

Closed jimtut closed 5 years ago

jimtut commented 5 years ago

When I type a simple "get pods" command inside kube-shell, it says: 'get' is not recognized as an internal or external command, operable program or batch file. which is the same error you'd get if you just typed "get pods" in a regular DOS prompt.

The rest of the kube-shell seems to be working (see pic), but the interactive commands are not being sent thru kubectl, they seem to be running directly in DOS. ks

jimtut commented 5 years ago

Nevermind, I see that you still need to prefix the commands with "kubectl"! I thought this tool made type "kubectl" obsolete...