File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,9 +17,9 @@ The Route Controller manages network routes for pod communication in VPC environ
17171 . Via Helm chart in ` values.yaml ` :
1818``` yaml
1919routeController :
20- vpcNames : " vpc-prod,vpc-staging" # Comma separated names of VPCs managed by CCM
2120 clusterCIDR : " 10.0.0.0/8" # Pod CIDR range
2221 configureCloudRoutes : true # Enable route controller
22+ vpcNames : " vpc-prod,vpc-staging" # Comma separated names of VPCs managed by CCM
2323` ` `
2424
25252. Via command line flags in CCM deployment:
Original file line number Diff line number Diff line change @@ -21,9 +21,9 @@ region: "us-east"
2121
2222# Optional: Configure route controller
2323routeController :
24- vpcNames : " " # Comma separated VPC names
2524 clusterCIDR : " 10.0.0.0/8"
2625 configureCloudRoutes : true
26+ vpcNames : " " # Comma separated VPC names
2727
2828# Optional: Configure shared IP load balancing instead of NodeBalancers (requires Cilium CNI and BGP Control Plane enabled)
2929sharedIPLoadBalancing :
You can’t perform that action at this time.
0 commit comments