Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve events when max total nodes of the cluster is reached.
- log cluster wide event - previous event would never get fired because the estimators would already cap the options they generate and additionally it would fire once and events are kept only for some time - log per pod event explaining why the scale up is not triggered (previously it would either get no scale up because no matching group or it would not get an event at all)
- Loading branch information