We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug ">_ Launch Kubectl" does not work on windows: level=error msg="Unknown error: not support 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
The text was updated successfully, but these errors were encountered:
@doublefx This is a known issue as autok3s uses creack/pty to establish pty connections and currently cannot support windows environment.
Sorry, something went wrong.
Maybe we can support Windows through conpty.
conpty
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: