Skip to content

Commit

Permalink
Update cluster-autoscaler/FAQ.md
Browse files Browse the repository at this point in the history
Co-authored-by: Rishabh Patel <[email protected]>
  • Loading branch information
himanshu-kun and rishabh-11 authored Oct 3, 2023
1 parent bdd7816 commit d48543b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cluster-autoscaler/FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -1128,7 +1128,7 @@ Case:
then autoscaler will early backoff and try to remove the node, but the node removal won't succeed as currently CA is not allowed to perform any scale-down/delete node operation for a rolling update node-grp.
In the above scenario, CA won't try to scale-up any other node-grp for `podA` as it still calculates `node1` to be a possible candidate to join(`ResourceExhausted` errors are recoverable errors).
Scale up would still work for any other new pods which can't fit on upcoming `node1`
Scale-up would still work for any new pods that can't fit on upcoming `node1` but can fit on some other node group.
If you are sure that the capacity won't recover soon, then kindly re-create `podA`. This will allow CA to see it as a new pod and allow scale-up.

Expand Down

0 comments on commit d48543b

Please sign in to comment.