Basically a copy of question here, I guess this might also be a good place to ask?
When using CloudRun, why my instance count jumps very high during redeployment? It could go up x10 to x20 times.
My CloudRun application has very low CPU utilization and the traffic is extremely low as well. I would expect during a redeployment the instance count should just go up to 2 (one is new, one is old, still running for a while before all traffic goes to the new one)
Also, is there a way to control a "rollingUpdate" behavior during deployment?
For example, would that stable window help in any way?
Basically a copy of question here, I guess this might also be a good place to ask?
When using CloudRun, why my instance count jumps very high during redeployment? It could go up x10 to x20 times.
My CloudRun application has very low CPU utilization and the traffic is extremely low as well. I would expect during a redeployment the instance count should just go up to 2 (one is new, one is old, still running for a while before all traffic goes to the new one)
Also, is there a way to control a "rollingUpdate" behavior during deployment? For example, would that stable window help in any way?