@@ -39,6 +39,11 @@ dataset:
3939 # limits:
4040 # cpu: 1000m
4141 # memory: 512Mi
42+ runtimeWorkers : 3
43+ kubeClientQPS : 20
44+ kubeClientBurst : 30
45+ workQueueQPS : 10
46+ workQueueBurst : 100
4247 controller :
4348 imagePrefix : *defaultImagePrefix
4449 imageName : dataset-controller
@@ -79,6 +84,7 @@ runtime:
7984 mountRoot : /runtime-mnt
8085 alluxio :
8186 replicas : 1
87+ env : []
8288 tolerations :
8389 - operator : Exists
8490 resources : ~
@@ -92,6 +98,8 @@ runtime:
9298 runtimeWorkers : 3
9399 kubeClientQPS : 20
94100 kubeClientBurst : 30
101+ workQueueQPS : 10
102+ workQueueBurst : 100
95103 portRange : 20000-26000
96104 portAllocatePolicy : random
97105 enabled : false
@@ -114,6 +122,7 @@ runtime:
114122 mountConfigStorage : configmap
115123 jindo :
116124 replicas : 1
125+ env : []
117126 tolerations :
118127 - operator : Exists
119128 resources : ~
@@ -127,6 +136,8 @@ runtime:
127136 runtimeWorkers : 3
128137 kubeClientQPS : 20
129138 kubeClientBurst : 30
139+ workQueueQPS : 10
140+ workQueueBurst : 100
130141 portRange : 18000-19999
131142 portAllocatePolicy : random
132143 enabled : false
@@ -152,6 +163,7 @@ runtime:
152163 imageTag : v0.9.0
153164 goosefs :
154165 replicas : 1
166+ env : []
155167 tolerations :
156168 - operator : Exists
157169 resources : ~
@@ -165,6 +177,8 @@ runtime:
165177 runtimeWorkers : 3
166178 kubeClientQPS : 20
167179 kubeClientBurst : 30
180+ workQueueQPS : 10
181+ workQueueBurst : 100
168182 portRange : 26000-32000
169183 portAllocatePolicy : random
170184 enabled : false
@@ -186,6 +200,7 @@ runtime:
186200 imageTag : v1.2.0
187201 juicefs :
188202 replicas : 1
203+ env : []
189204 tolerations :
190205 - operator : Exists
191206 resources : ~
@@ -200,6 +215,8 @@ runtime:
200215 runtimeWorkers : 3
201216 kubeClientQPS : 20
202217 kubeClientBurst : 30
218+ workQueueQPS : 10
219+ workQueueBurst : 100
203220 controller :
204221 imagePrefix : *defaultImagePrefix
205222 imageName : juicefsruntime-controller
@@ -213,6 +230,7 @@ runtime:
213230 eeimageTag : ee-5.0.21-317356c
214231 thin :
215232 replicas : 1
233+ env : []
216234 tolerations :
217235 - operator : Exists
218236 resources : ~
@@ -227,6 +245,8 @@ runtime:
227245 runtimeWorkers : 3
228246 kubeClientQPS : 20
229247 kubeClientBurst : 30
248+ workQueueQPS : 10
249+ workQueueBurst : 100
230250 controller :
231251 imagePrefix : *defaultImagePrefix
232252 imageName : thinruntime-controller
@@ -235,6 +255,7 @@ runtime:
235255 configStorage : configmap
236256 efc :
237257 replicas : 1
258+ env : []
238259 tolerations :
239260 - operator : Exists
240261 resources : ~
@@ -248,6 +269,8 @@ runtime:
248269 runtimeWorkers : 3
249270 kubeClientQPS : 20
250271 kubeClientBurst : 30
272+ workQueueQPS : 10
273+ workQueueBurst : 100
251274 enabled : false
252275 controller :
253276 imagePrefix : *defaultImagePrefix
@@ -272,6 +295,7 @@ runtime:
272295 imageTag : v1.2.2-19dcee9
273296 vineyard :
274297 replicas : 1
298+ env : []
275299 portRange : 32000-34000
276300 tolerations :
277301 - operator : Exists
@@ -286,6 +310,8 @@ runtime:
286310 runtimeWorkers : 3
287311 kubeClientQPS : 20
288312 kubeClientBurst : 30
313+ workQueueQPS : 10
314+ workQueueBurst : 100
289315 enabled : false
290316 controller :
291317 imagePrefix : *defaultImagePrefix
0 commit comments