Skip to content

Commit 5015103

Browse files
committed
Update docs for helm chart
1 parent e5a1c3a commit 5015103

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/configuration/routes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ The Route Controller manages network routes for pod communication in VPC environ
1717
1. Via Helm chart in `values.yaml`:
1818
```yaml
1919
routeController:
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
2525
2. Via command line flags in CCM deployment:

docs/getting-started/helm-installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ region: "us-east"
2121

2222
# Optional: Configure route controller
2323
routeController:
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)
2929
sharedIPLoadBalancing:

0 commit comments

Comments
 (0)