kubernetes/pkg/controller/nodeipam
wojtekt 3758ab62d1 Avoid unnecessary GCE API calls for IP-alias calls
This is to avoid unnecessary GCE API calls done by getInstanceByName
helper, which is iterating over all zones to find in which zone the
VM exists.
ProviderID already contains all the information - it's in the form:
gce://<VM URL> (VM URL contains project, zone, VM name).

ProviderID is propagated by Kubelet on node registration and in case
of bugs backfilled by node-controller.
2020-04-20 20:47:11 +02:00
..
config add comments for compatibility 2019-11-15 15:38:06 -08:00
ipam Avoid unnecessary GCE API calls for IP-alias calls 2020-04-20 20:47:11 +02:00
BUILD move util/metrics to component-base 2019-10-08 14:42:31 +02:00
doc.go
legacyprovider.go Allow multiple node cidr masks in cm 2019-11-14 20:04:31 -08:00
node_ipam_controller_test.go Allow multiple node cidr masks in cm 2019-11-14 20:04:31 -08:00
node_ipam_controller.go Allow multiple node cidr masks in cm 2019-11-14 20:04:31 -08:00
nolegacyprovider.go fix multiple node cidr masks in providerless build 2019-11-19 09:47:45 -08:00
OWNERS Merge pull request #72525 from justinsb/owners_should_not_be_executable 2019-02-14 23:55:45 -08:00