kubernetes/pkg/controller/nodeipam
Hristo Venev 4d28391c24 Fix double counting of IP addresses
The range allocator in pkg/controller/nodeipam/ipam/range_allocator.go
may call Occupy() on the same range twice:

1. Just before subscribing to the NodeInformer
2. From a callback given to the NodeInformer soon after registration
2020-11-22 23:09:09 -08:00
..
config add comments for compatibility 2019-11-15 15:38:06 -08:00
ipam Fix double counting of IP addresses 2020-11-22 23:09:09 -08:00
BUILD fix pkg/controller/nodeipam staticcheck 2020-07-02 18:32:13 +08:00
doc.go
legacyprovider.go switch over k/k to use klog v2 2020-05-16 07:54:27 -04:00
node_ipam_controller_test.go Add providerless tags 2020-07-30 13:48:40 -04:00
node_ipam_controller.go fix pkg/controller/nodeipam staticcheck 2020-07-02 18:32:13 +08:00
nolegacyprovider.go switch over k/k to use klog v2 2020-05-16 07:54:27 -04:00
OWNERS Merge pull request #72525 from justinsb/owners_should_not_be_executable 2019-02-14 23:55:45 -08:00