-
|
Hi, I have been looking into optimizing utilization of the available hardware for continuous integration and this solution seems promising. However, I get the impression that the max and min replicas of runners are hardcoded? Does this system for instance take available CPU and memory of the underlying hardware into account when scaling up/down? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
There's a
If you mean the available cluster resources, no. You'll want to use a solution such as https://github.com/kubernetes/autoscaler/tree/master/cluster-autoscaler |
Beta Was this translation helpful? Give feedback.
There's a
desiredReplicasfield that determines the actual number of replicas running, bounded by theminandmax.If you mean the available cluster resources, no. You'll want to use a solution such as https://github.com/kubernetes/autoscaler/tree/master/cluster-autoscaler