kubernetes/pkg/controller/nodeipam/ipam
Kubernetes Submit Queue 0ab01d19c9
Merge pull request #61375 from satyasm/cloud-cidr-bound-retries
Automatic merge from submit-queue (batch tested with PRs 60455, 61365, 61375, 61597, 61491). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

Fix #61363, Bounded retries for cloud allocator.

**What this PR does / why we need it**:

**Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*:
Fixes #61363

**Special notes for your reviewer**:
Changed the tracking of nodesInProcessing from a set to map[string]int so that we can count the
number of times we re-process the node and not re-queue in case updateMaxRetries exceeded.

**Release note**:

```release-note
Bound cloud allocator to 10 retries with 100 ms delay between retries.
```
2018-03-26 15:34:45 -07:00
..
cidrset Autogenerated: hack/update-bazel.sh 2018-02-16 13:43:01 -08:00
sync Autogenerated: hack/update-bazel.sh 2018-02-16 13:43:01 -08:00
test
adapter.go
BUILD Merge pull request #61375 from satyasm/cloud-cidr-bound-retries 2018-03-26 15:34:45 -07:00
cidr_allocator.go Fix #61363, Bounded retries for cloud allocator. 2018-03-23 12:17:31 -07:00
cloud_cidr_allocator.go Merge pull request #61375 from satyasm/cloud-cidr-bound-retries 2018-03-26 15:34:45 -07:00
cloud_cidr_allocator_test.go Fix #61363, Bounded retries for cloud allocator. 2018-03-23 12:17:31 -07:00
controller.go Fix Issue #61123, call syncer.Update on add event. 2018-03-13 11:20:50 -07:00
controller_test.go
doc.go
OWNERS
range_allocator.go
range_allocator_test.go
timeout.go
timeout_test.go