Zhenyang Zhao
Zhenyang Zhao
I will try your steps on windows tomorrow, then give your feedback message.
@doublefx Using Windows 11 22H2 can not reproduce your situation. ``` services: nginx-proxy: image: nginxproxy/nginx-proxy container_name: nginx-proxy ports: - "80:80" volumes: - /var/run/docker.sock:/tmp/docker.sock:ro autok3s: image: cnrancher/autok3s:v0.6.0 init: true ports: -...
This could be a network issue in your environment.
@doublefx This is a known issue as autok3s uses [creack/pty](https://github.com/creack/pty/blob/master/start_windows.go#L18) to establish pty connections and currently cannot support windows environment.
Maybe we can support Windows through `conpty`.
Hi @dlbears: Thanks for your feedback. Maybe it's a bug at the [createCheck](https://github.com/cnrancher/autok3s/blob/master/pkg/cluster/base.go#L695) function. We will be check the code and fix it ASAP.