Skip to content

Description

Sometimes you may face the issue like "Pod is blocking scale down because it has local storage" in GKE, or doesn't have enough enough Pod Disruption Budget, those issues could be solved in following ways:

  • Adding the parameter "cluster-autoscaler.kubernetes.io/safe-to-evict": "true" to your Pods

  • Specifying a Pod Disruption Budget for your Pods

  • Check out Node-level reason messages for noScaleDown events appear in the noDecisionStatus.noScaleDown.nodes[].reason field and take action accordingly.

Refernces