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

Commit

Permalink
Added back in --configure-cloud-routes=false (#1834)
Browse files Browse the repository at this point in the history
  • Loading branch information
andersosthus authored Feb 17, 2020
1 parent 2c4c9d4 commit 372f6e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions builtin/files/userdata/cloud-config-controller
Original file line number Diff line number Diff line change
Expand Up @@ -3542,6 +3542,7 @@ write_files:
{{ if not .Kubernetes.Networking.AmazonVPC.Enabled -}}
- --allocate-node-cidrs=true
- --cluster-cidr={{.PodCIDR}}
- --configure-cloud-routes=false
{{ end -}}
- --service-cluster-ip-range={{.ServiceCIDR}} {{/* removes the service CIDR range from the cluster CIDR if it intersects */}}
{{ if not .Addons.MetricsServer.Enabled -}}
Expand Down

0 comments on commit 372f6e9

Please sign in to comment.