Skip to content
This repository was archived by the owner on Sep 30, 2020. It is now read-only.

Commit 372f6e9

Browse files
authored
Added back in --configure-cloud-routes=false (#1834)
1 parent 2c4c9d4 commit 372f6e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

builtin/files/userdata/cloud-config-controller

+1
Original file line numberDiff line numberDiff line change
@@ -3542,6 +3542,7 @@ write_files:
35423542
{{ if not .Kubernetes.Networking.AmazonVPC.Enabled -}}
35433543
- --allocate-node-cidrs=true
35443544
- --cluster-cidr={{.PodCIDR}}
3545+
- --configure-cloud-routes=false
35453546
{{ end -}}
35463547
- --service-cluster-ip-range={{.ServiceCIDR}} {{/* removes the service CIDR range from the cluster CIDR if it intersects */}}
35473548
{{ if not .Addons.MetricsServer.Enabled -}}

0 commit comments

Comments
 (0)