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

[k8s] Fail to ssh into the head node on k8s #4461

Open
alex000kim opened this issue Dec 11, 2024 · 1 comment
Open

[k8s] Fail to ssh into the head node on k8s #4461

alex000kim opened this issue Dec 11, 2024 · 1 comment
Labels
help wanted Extra attention is needed k8s Kubernetes related items

Comments

@alex000kim
Copy link
Contributor

The cluster launches and executes the task sucessfully:

sky launch -c test --cloud kubernetes -- echo hi

I fail to ssh into it:

$ ssh test
Bad stdio forwarding specification '2600:1f16:cf3:2521:cf7c::8:22'
Connection closed by UNKNOWN port 65535
@romilbhardwaj
Copy link
Collaborator

Thanks for the report @alex000kim! Looks like this is related to running on a k8s cluster with ipv6. Two steps for us:

  1. Replicate on our end.
  2. Fix our proxycommand script to have socat/kubectl port-forward work with ipv6.

@romilbhardwaj romilbhardwaj changed the title Fail to ssh into the head node on k8s [k8s] Fail to ssh into the head node on k8s Dec 11, 2024
@romilbhardwaj romilbhardwaj added k8s Kubernetes related items help wanted Extra attention is needed labels Dec 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed k8s Kubernetes related items
Projects
None yet
Development

No branches or pull requests

2 participants