Make it working with WSL on Windows
See original GitHub issueI would like to use kubectl from WSL rather than native. For me and for a lot of developers I know the default shell on Windows is bash in WSL. Then I have two different contexts: 1st in WSL and 2nd in KUI.
It would be easier if KUI could be switched to kubectl from WSL (could run wsl kubectl
rather than kubectl.exe
) or could just parse the output from any kubectl command correctly:
Issue Analytics
- State:
- Created 3 years ago
- Reactions:2
- Comments:10 (3 by maintainers)
Top Results From Across the Web
Set up a WSL development environment - Microsoft Learn
Get started · Set up your Linux username and password · Update and upgrade packages · Add additional distributions · Set up Windows...
Read more >The Ultimate Guide to Windows Subsystem for Linux ...
To start using WSL, open up a PowerShell terminal and type wsl . If you've set up WSL correctly, you'll enter a bash...
Read more >Work in Windows Subsystem for Linux with Visual Studio Code
Run in WSL. In the WSL terminal, make sure you are in the helloWorld folder, and type in 'code .' to launch Visual...
Read more >How to Install WSL 2 on Windows 10 (Updated) - OMG! Ubuntu!
Microsoft's goal in creating WSL 2 is to boost performance. And the best way to do that? Add full system call compatibility, i.e....
Read more >How to set up Linux on Windows with WSL 2 | by Sigrid Huemer
Enable WSL · Check if virtualization is enabled · Enable Virtual Machine feature · Restart machine · Download the Linux kernel update package...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
/remove-lifecycle rotten
@starpit WSL now supports linux GUI apps: https://github.com/microsoft/wslg
however Kui asks for some additional UI shared libraries:
then when installed it fails to start with:
The futex facility returned an unexpected error code.Aborted
would be great to have native WSL support 😃
greetings, and thanks for the great feedback. this makes sense. we will need to get a bit more experience with WSL before we can size this up.