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
fix(dask): respect runtime namespace when deleting Dask clusters (#675)
Several Dask cluster deletion functions used hard-coded "default"
namespace instead of respecting the runtime namespace as the Dask
cluster creation functions were doing. This commit fixes the mismatch
that would otherwise cause cleanup procedures to silently target the
wrong namespace in non-default deployments.
0 commit comments