k3s/cmd/kube-controller-manager/app
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
..
options Only parse ClusterCIDR, ServiceCIDR if AllocateNodeCIDRs 2017-11-02 19:25:03 +02:00
BUILD Update quota controller to monitor all types 2017-10-27 11:07:53 -04:00
apps.go Auto generated code for StatefulSet update 2017-06-06 13:47:19 -07:00
autoscaling.go use core client with explicit version globally 2017-10-27 15:48:32 +08:00
batch.go Enable batch/v1beta1.CronJobs by default 2017-09-03 11:17:33 +02:00
bootstrap.go Wire in bootstrap and token controllers. 2017-02-10 12:49:23 -08:00
certificates.go certs: remove always nil error from New signature 2017-10-23 11:43:08 -07:00
controller_manager_test.go Using assertions 2017-10-10 22:44:12 -05:00
controllermanager.go pkg/api/legacyscheme: fixup imports 2017-10-18 17:23:55 +02:00
core.go Only parse ClusterCIDR, ServiceCIDR if AllocateNodeCIDRs 2017-11-02 19:25:03 +02:00
extensions.go remove redundant alias 2017-06-30 20:56:19 +08:00
import_known_versions.go pkg/api/legacyscheme: fixup imports 2017-10-18 17:23:55 +02:00
plugins.go RBD Plugin: Implement Attacher/Detacher interfaces. 2017-10-25 17:43:17 +08:00
policy.go Log more verbose when DisruptionController doesn't start. 2017-05-18 13:19:06 -07:00