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
Currently, if I want to run only on SSH fleets, I have to pass remote to backends in YAML config.
At the same time, if I use dstack ps or dstack fleet, it shows ssh in BACKEND.
Let's use ssh for consistency.
BTW, to double-check:
Ensure region for SSH fleets is None (instead of remote or empty string)
The text was updated successfully, but these errors were encountered:
Currently, if I want to run only on SSH fleets, I have to pass
remote
tobackends
in YAML config.At the same time, if I use
dstack ps
ordstack fleet
, it showsssh
inBACKEND
.Let's use
ssh
for consistency.BTW, to double-check:
Ensure
region
for SSH fleets isNone
(instead ofremote
or empty string)The text was updated successfully, but these errors were encountered: