Skip to content

Commit dc1295e

Browse files
committed
doc: make doc for chart
Signed-off-by: roc <[email protected]>
1 parent f335ab8 commit dc1295e

File tree

1 file changed

+1
-1
lines changed
  • charts/tke-extend-network-controller

1 file changed

+1
-1
lines changed

charts/tke-extend-network-controller/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Kubernetes: `>= 1.26.0-0`
8181
| affinity | object | `{}` | |
8282
| 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. |
8383
| 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). |
8585
| fullnameOverride | string | `""` | |
8686
| image | object | `{"pullPolicy":"IfNotPresent","repository":"imroc/tke-extend-network-controller","tag":""}` | Image of the controller |
8787
| image.pullPolicy | string | `"IfNotPresent"` | ImagePullPolicy of the controller |

0 commit comments

Comments
 (0)