kubernetes/pkg/controller/nodeipam
Kubernetes Submit Queue d9d1364657
Merge pull request #61124 from satyasm/avoid-sync-delay
Automatic merge from submit-queue. 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 Issue #61123, call syncer.Update on add event.

**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 #61123

**Special notes for your reviewer**:

**Release note**:

```release-note
Fixed #61123 by triggering syncer.Update on all cases including when a syncer is created
on a new add event.
```
2018-03-21 08:25:44 -07:00
..
ipam Merge pull request #61124 from satyasm/avoid-sync-delay 2018-03-21 08:25:44 -07:00
BUILD 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
metrics.go Split the NodeController into lifecycle and ipam pieces. 2018-01-04 12:48:08 -08:00
node_ipam_controller.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