We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d67b3d commit 007486cCopy full SHA for 007486c
‎charts/konnectivity-agent/values.yaml
@@ -150,10 +150,24 @@ proportional-autoscaler:
150
target: deployment/konnectivity-agent
151
replicaCount: 2
152
config:
153
- linear:
154
- coresPerReplica: 32
155
- nodesPerReplica: 4
156
- min: 2
157
- max: 50
158
- preventSinglePointFailure: true
159
- includeUnschedulableNodes: true
+ # linear:
+ # coresPerReplica: 32
+ # nodesPerReplica: 4
+ # min: 2
+ # max: 50
+ # preventSinglePointFailure: true
+ # includeUnschedulableNodes: true
160
+ ladder:
161
+ nodesToReplicas:
162
+ - [1, 1]
163
+ - [2, 2]
164
+ - [3, 3]
165
+ - [4, 4]
166
+ - [5, 5]
167
+ - [6, 6]
168
+ - [10, 8]
169
+ - [100, 12]
170
+ - [250, 18]
171
+ - [500, 25]
172
+ - [2000, 50]
173
+ - [5000, 100]
0 commit comments