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 4e40778 commit fdf254eCopy full SHA for fdf254e
docs/getting-started/helm-installation.md
@@ -25,6 +25,10 @@ routeController:
25
clusterCIDR: "10.0.0.0/8"
26
configureCloudRoutes: true
27
28
+# Optional: Assign node internal IPs from VPCs without enabling route controller
29
+# Not required if specified in routeController
30
+vpcNames: "" # Comma separated VPC names
31
+
32
# Optional: Configure shared IP load balancing instead of NodeBalancers (requires Cilium CNI and BGP Control Plane enabled)
33
sharedIPLoadBalancing:
34
loadBalancerType: cilium-bgp
0 commit comments