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 16e1c87 commit 8b03027Copy full SHA for 8b03027
charts/tke-extend-network-controller/values.yaml
@@ -20,11 +20,11 @@ clusterID: ""
20
# the concurrency of the first 3 controllers can be appropriately increased
21
# (mainly by batch creating clb listeners and binding rs to speed up the process).
22
concurrency:
23
- clbPodBindingController: 30
24
- clbNodeBindingController: 30
25
- dedicatedClbListenerController: 30
26
- podController: 30
27
- nodeController: 30
+ clbPodBindingController: 20
+ clbNodeBindingController: 20
+ dedicatedClbListenerController: 20
+ podController: 20
+ nodeController: 20
28
clbPortPoolController: 10
29
dedicatedClbServiceController: 1
30
0 commit comments