You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Open up GitHub codespaces for a clear and fresh setup
run dstack config ...
run dstack init ...
run dstack run . -f ... --reuse
select the instance from the default-pool
Actual behaviour
fast-rat-1 provisioning completed (running)AbortedTraceback (most recent call last): File "/home/codespace/.python/current/bin/dstack", line 8, in <module> sys.exit(main()) File "/usr/local/python/3.10.13/lib/python3.10/site-packages/dstack/_internal/cli/main.py", line 67, in main args.func(args) File "/usr/local/python/3.10.13/lib/python3.10/site-packages/dstack/_internal/cli/commands/run.py", line 183, in _command if run.attach(): File "/usr/local/python/3.10.13/lib/python3.10/site-packages/dstack/api/_public/runs.py", line 293, in attach self._ssh_attach.attach() File "/usr/local/python/3.10.13/lib/python3.10/site-packages/dstack/_internal/core/services/ssh/attach.py", line 136, in attach raise SSHError("Can't connect to the remote host")dstack._internal.core.errors.SSHError: Can't connect to the remote host
Expected behaviour
it should be able to connect to the provisioned instance
dstack version
0.18.1
Server logs
no server logs
Additional information
No response
The text was updated successfully, but these errors were encountered:
Steps to reproduce
Add
ssh
backend instance todefault-pool
Open up GitHub codespaces for a clear and fresh setup
run
dstack config ...
run
dstack init ...
run
dstack run . -f ... --reuse
select the instance from the
default-pool
Actual behaviour
Expected behaviour
it should be able to connect to the provisioned instance
dstack version
0.18.1
Server logs
Additional information
No response
The text was updated successfully, but these errors were encountered: