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
There's a race where the infrastructure can be deleted before the
machines, but the deletion of machines is dependent on the
infrastruture, and we get stuck deleting forever (unless you manually
delete the machines from Nova and remove the finalizer). Simple fix is
to defer deletion of infrastructure until the machines have been purged.
0 commit comments