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: charts/tke-extend-network-controller/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,7 +81,7 @@ Kubernetes: `>= 1.26.0-0`
81
81
| affinity | object |`{}`||
82
82
| apiRateLimit | object |`{"BatchDeregisterTargets":20,"BatchRegisterTargets":20,"CreateListener":20,"DeleteLoadBalancerListeners":20,"DescribeListeners":20,"DescribeLoadBalancers":20,"DescribeTargets":20,"DescribeTaskStatus":20}`| Precisely control the QPS of cloud API calls to avoid frequent over-limits in large-scale scenarios, resulting in excessive retries and reduced scaling speed. |
83
83
| clusterID | string |`""`| Cluster ID of the current TKE Cluster. |
84
-
| concurrency | object |`{"clbNodeBindingController":20,"clbPodBindingController":20,"clbPortPoolController":10,"dedicatedClbListenerController":20,"dedicatedClbServiceController":1,"nodeController":20,"podController":20}`| Concurrency options of the controller, in large-scale rapid expansion scenarios, the concurrency of the first 3 controllers can be appropriately increased (mainly by batch creating clb listeners and binding rs to speed up the process). |
84
+
| concurrency | object |`{"clbNodeBindingController":20,"clbPodBindingController":20,"clbPortPoolController":10,"nodeController":20,"podController":20}`| Concurrency options of the controller, in large-scale rapid expansion scenarios, the concurrency of the first 3 controllers can be appropriately increased (mainly by batch creating clb listeners and binding rs to speed up the process). |
85
85
| fullnameOverride | string |`""`||
86
86
| image | object |`{"pullPolicy":"IfNotPresent","repository":"imroc/tke-extend-network-controller","tag":""}`| Image of the controller |
87
87
| image.pullPolicy | string |`"IfNotPresent"`| ImagePullPolicy of the controller |
0 commit comments