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
provider.availability_zone in the cluster yaml changes from initial launch (lists all zones) to second and all future launches (only lists the zone that the cluster is actually in)
I will add a mechanism to ignore some fields from the cluster yaml for the config hash calculation. Was trying to avoid that but I think its the best way to go.
To reproduce:
sky launch -c test-fast --cloud aws --cpus 2 echo hi
sky launch -c test-fast --fast echo hi
: does not skip provisioningsky launch -c test-fast --fast echo hi
: skips the provisioningVersion & Commit info:
sky -v
: PLEASE_FILL_INsky -c
: PLEASE_FILL_INThe text was updated successfully, but these errors were encountered: