Skip to content

Commit 007486c

Browse files
authored
🌱 Use ladder scaling for konnectivity (#105)
1 parent 9d67b3d commit 007486c

File tree

1 file changed

+21
-7
lines changed

1 file changed

+21
-7
lines changed

‎charts/konnectivity-agent/values.yaml

Lines changed: 21 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -150,10 +150,24 @@ proportional-autoscaler:
150150
target: deployment/konnectivity-agent
151151
replicaCount: 2
152152
config:
153-
linear:
154-
coresPerReplica: 32
155-
nodesPerReplica: 4
156-
min: 2
157-
max: 50
158-
preventSinglePointFailure: true
159-
includeUnschedulableNodes: true
153+
# linear:
154+
# coresPerReplica: 32
155+
# nodesPerReplica: 4
156+
# min: 2
157+
# max: 50
158+
# preventSinglePointFailure: true
159+
# 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

Comments
 (0)