Autoscaler adds new nodes into a nodepool based on the resource usage within the spawned cluster. Currently there is no retry/error handling on the case where the addition of a node fails (could be due to varying reasons such as quota limits, issues with various registries etc.).
On error the autoscaling event should rollback to the old state, i.e. remove the infrastructure (if spawned).
Description
Autoscaler adds new nodes into a nodepool based on the resource usage within the spawned cluster. Currently there is no retry/error handling on the case where the addition of a node fails (could be due to varying reasons such as quota limits, issues with various registries etc.).
On error the autoscaling event should rollback to the old state, i.e. remove the infrastructure (if spawned).
Exit criteria