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: docs/guides/environment.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -102,3 +102,13 @@ When set as "true", the controller will not use the [AWS Resource Groups Tagging
102
102
The Resource Groups Tagging API is only available on the public internet and customers using private clusters will need to enable this feature. When enabled, the controller will use VPC Lattice APIs to lookup tags which are not as performant and requires more API calls.
103
103
104
104
The Helm chart sets this value to "false" by default.
105
+
106
+
---
107
+
108
+
#### `ROUTE_MAX_CONCURRENT_RECONCILES`
109
+
110
+
**Type:***int*
111
+
112
+
**Default:** 1
113
+
114
+
Maximum number of concurrently running reconcile loops per route type (HTTP, GRPC, TLS)
0 commit comments