autok3s
autok3s copied to clipboard
[BUG] ">_ Launch Kubectl" does not work on windows
Describe the bug
">_ Launch Kubectl" does not work on windows:
level=error msg="Unknown error: not support windows"
To reproduce Steps to reproduce the behavior:
-
In your path, download the latest autok3s for windows 64 and rename it: autok3s
-
Create a cluster.
-
In the UI, go to http://localhost:8080/ui/cluster-explorer/core/clusters, click on ">_ Launch Kubectl", select your cluster and get:
level=error msg="Unknown error: not support windows"
OS: Windows 11 AutoK3s Version: v0.6.0
@doublefx This is a known issue as autok3s uses creack/pty to establish pty connections and currently cannot support windows environment.
Maybe we can support Windows through conpty
.