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 Split the NodeController into lifecycle and ipam pieces. 2018-01-04 12:48:08 -08:00
adapter.go Split the NodeController into lifecycle and ipam pieces. 2018-01-04 12:48:08 -08:00
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 Split the NodeController into lifecycle and ipam pieces. 2018-01-04 12:48:08 -08:00
doc.go Split the NodeController into lifecycle and ipam pieces. 2018-01-04 12:48:08 -08:00
OWNERS Split the NodeController into lifecycle and ipam pieces. 2018-01-04 12:48:08 -08:00
range_allocator.go Refactor retry logic away from updateCIDRAllocation() 2018-01-09 12:45:55 +01:00
range_allocator_test.go Split the NodeController into lifecycle and ipam pieces. 2018-01-04 12:48:08 -08:00
timeout.go Split the NodeController into lifecycle and ipam pieces. 2018-01-04 12:48:08 -08:00
timeout_test.go Split the NodeController into lifecycle and ipam pieces. 2018-01-04 12:48:08 -08:00