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
Currently if the autoscaling event triggered an addition of a new node into the cluster, and that node fails to be added, autoscaler will think that the node was added successfully.
Expected Behaviour
Autoscaler should only consider the addition of a node to be successful when the node is actually joined to the cluster.
Steps To Reproduce
Build a cluster with autoscaled nodepool
trigger an addition of a new node
intentionally make the addition fail.
see that autoscaler will think that the node was added and will not request a new scaleup/scaledown.
The text was updated successfully, but these errors were encountered:
Current Behaviour
Currently if the autoscaling event triggered an addition of a new node into the cluster, and that node fails to be added, autoscaler will think that the node was added successfully.
Expected Behaviour
Autoscaler should only consider the addition of a node to be successful when the node is actually joined to the cluster.
Steps To Reproduce
The text was updated successfully, but these errors were encountered: