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

[BUG] ">_ Launch Kubectl" does not work on windows #523

Open
doublefx opened this issue Nov 14, 2022 · 2 comments
Open

[BUG] ">_ Launch Kubectl" does not work on windows #523

doublefx opened this issue Nov 14, 2022 · 2 comments
Labels
bug Something isn't working
Milestone

Comments

@doublefx
Copy link

doublefx commented Nov 14, 2022

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:

  1. In your path, download the latest autok3s for windows 64 and rename it: autok3s

  2. Create a cluster.

  3. 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"

image

OS: Windows 11
AutoK3s Version: v0.6.0

@doublefx doublefx added the bug Something isn't working label Nov 14, 2022
@orangedeng orangedeng added this to the v0.6.1 milestone Nov 14, 2022
@Jason-ZW
Copy link
Collaborator

Jason-ZW commented Nov 14, 2022

@doublefx This is a known issue as autok3s uses creack/pty to establish pty connections and currently cannot support windows environment.

@Jason-ZW
Copy link
Collaborator

Maybe we can support Windows through conpty.

@JacieChao JacieChao modified the milestones: backlog, GA Jan 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

4 participants