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
sky down --purge for k8s stays stuck on Terminating 1 cluster when a new k8s cluster is connected. Looks like a recent regression, since it works fine on 0.4.1.
Some initial digging indicates this call to ray stop on the new provisioner gets stuck:
The text was updated successfully, but these errors were encountered:
romilbhardwaj
changed the title
[k8s] sky down --purge does not work for k8s
[k8s] sky down --purge does not work for k8s when switched to a new cluster
Feb 5, 2024
sky down --purge
for k8s stays stuck onTerminating 1 cluster
when a new k8s cluster is connected. Looks like a recent regression, since it works fine on0.4.1
.Some initial digging indicates this call to
ray stop
on the new provisioner gets stuck:skypilot/sky/backends/cloud_vm_ray_backend.py
Lines 3828 to 3836 in cf49028
Related to #3013.
Repro:
sky launch -c test
sky local up
to switch k8s cluster identitysky down test --purge
stays stuck.The text was updated successfully, but these errors were encountered: