mxm opened a new pull request, #549:
URL: https://github.com/apache/flink-kubernetes-operator/pull/549

   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 scalings 
have been settled, are lower.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to