You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,6 +45,7 @@ minCPU: 0
45
45
cpuFactor: 1
46
46
memoryFactor: 1
47
47
logLevel: info
48
+
concurrentWorkers: 100
48
49
```
49
50
## Prerequisites
50
51
- The metrics server must be deployed in your cluster. Read more about [Metrics Server](https://github.com/kubernetes-sigs/metrics-server). This controller uses the **metrics.k8s.io** extension API group (apis/metrics.k8s.io/v1beta1)
@@ -98,6 +99,9 @@ logLevel: info
98
99
99
100
--memory-factor float (default 1)
100
101
A factor to multiply Memory requests when reconciling.
102
+
103
+
--concurrent-workers (default 100)
104
+
How many pods to sample in parallel. This may affect the controller's stability.
0 commit comments