-
Notifications
You must be signed in to change notification settings - Fork 185
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
any kubectl command hangs (Windows?) #8662
Comments
Thanks for the report! To help debug this, can you let us know how you launched Kui? From a double click, from powershell, from git bash, or? Thanks! |
I was launching Checking now, running from commandline (cmd or gitbash) gives the same behaviour |
Thanks! I think if you back off to Kui 10.8.2, it may work better on Windows? We'll look into issues with the latest builds. |
Thanks for the tip - v10.8.2 works OK for me (Windows 10 Enterprise 21H1) |
Awesome, thanks so much for identifying this bad bug. We will update the latest release notes to point windows users to 10.8.2 until this is resolved. |
Not sure why yet, but for some reason the |
Describe the bug
Any
kubectl
command hangs, with a blinking blue square animation but no output is ever produced.That includes trivial commands such as
kubectl version
Non-kubectl commands eg
ls
output OK.Unlike #8211 even
kubectl config
does not work.Steps to reproduce the behavior
kubectl version
Expected behavior
Normal output
Screenshots
hanging:
Windows task manager shows one child process not responding:
Code snippets
If applicable, add code samples to help explain your problem.
System
The text was updated successfully, but these errors were encountered: