Skip to content
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

Closed
frostmar opened this issue Feb 17, 2022 · 6 comments · Fixed by #8702
Closed

any kubectl command hangs (Windows?) #8662

frostmar opened this issue Feb 17, 2022 · 6 comments · Fixed by #8702

Comments

@frostmar
Copy link

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

  1. launch kui.exe
  2. run any kubectl command eg kubectl version

Expected behavior
Normal output

Screenshots
hanging:
image

Windows task manager shows one child process not responding:
image

Code snippets
If applicable, add code samples to help explain your problem.

System

  • Kui version: 11.2.5 (downloaded Kui-win32-x64.zip, unpacked, run kui.exe)
  • Operating system: Windows 10 Enterprise 21H1
@starpit
Copy link
Contributor

starpit commented Feb 24, 2022

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!

@frostmar
Copy link
Author

I was launching kui.exe by double-click from Explorer

Checking now, running from commandline (cmd or gitbash) gives the same behaviour

@starpit
Copy link
Contributor

starpit commented Feb 24, 2022

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.

@frostmar
Copy link
Author

Thanks for the tip - v10.8.2 works OK for me (Windows 10 Enterprise 21H1)

@starpit
Copy link
Contributor

starpit commented Feb 24, 2022

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.

@starpit
Copy link
Contributor

starpit commented Feb 24, 2022

Not sure why yet, but for some reason the node-pty module is hanging when it tries to connect to the conpty process that it itself spawned. I've asked the node-pty devs to see if they have any insight.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants