The GitHub Actions job "CI" on flink-kubernetes-operator.git has succeeded.
Run started by GitHub user mxm (triggered by mxm).

Head commit for run:
70b7ffc9decb091ad33ca217700ac95484a4be3c / Max Michels <[email protected]>
[FLINK-31502] Limit the number of scale operations to reduce cluster churn

Until we move to using the upcoming Rescale API which recycles pods, we need to
be mindful with how many deployments we scale at the same time because each of
them is going to give up all its pods and require the new number of required
pods.

This can cause churn in the cluster and temporary lead to "unallocatable" pods
which triggers the k8s cluster autoscaler to add more cluster nodes. That is
often not desirable because the actual required resources after the scaling have
been settled, are lower.

Report URL: 
https://github.com/apache/flink-kubernetes-operator/actions/runs/4450432471

With regards,
GitHub Actions via GitBox

Reply via email to