k3s/cmd/kube-controller-manager/app/options
Alexandros Kosiaris 4dddb8c6b3 Only parse ClusterCIDR, ServiceCIDR if AllocateNodeCIDRs
ClusterCIDR and ServiceCIDR are settings that are only used if at least
AllocateNodeCIDRs is set. The route controller requires in addition to
it for ConfigureCloudRoutes to be true as well. Since
AllocateNodeCIDRs is by default false, if guard the parsing of these
settings in order to not unnecessarily spam logs. Amend the
documentation of kube-controller-manager for the 2 settings to point
out the requirement of AllocateNodeCIDRs to be true as well
2017-11-02 19:25:03 +02:00
..
BUILD update BUILD files 2017-10-15 18:18:13 -07:00
options.go Only parse ClusterCIDR, ServiceCIDR if AllocateNodeCIDRs 2017-11-02 19:25:03 +02:00
options_test.go Merge pull request #52275 from mattjmcnaughton/mattjmcnaughton/18155-hpa-tolerance-should-be-flag 2017-10-16 16:47:43 -07:00