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
Hi, sometimes Zorya dont stop the clusters (instance-groups), I have added some prints to check what is happening and I could see that the function in gcp/gke.py: no_of_nodes = gcp.get_instancegroup_no_of_nodes_from_url( url )
usually return the instance-group size zero, then Zorya not work because it cant resize to zero a instance-group that already has zero nodes.... to fix that temporally I need to run the Zorya cron job manually many times to get all clusters down, thanks for any help.
The text was updated successfully, but these errors were encountered:
Hi, sometimes Zorya dont stop the clusters (instance-groups), I have added some prints to check what is happening and I could see that the function in gcp/gke.py:
no_of_nodes = gcp.get_instancegroup_no_of_nodes_from_url( url )
usually return the instance-group size zero, then Zorya not work because it cant resize to zero a instance-group that already has zero nodes.... to fix that temporally I need to run the Zorya cron job manually many times to get all clusters down, thanks for any help.
The text was updated successfully, but these errors were encountered: