kubernetes/pkg/registry
Kubernetes Submit Queue d089901e46
Merge pull request #64349 from nicksardo/fix-nodeport-alloc
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 nodeport repair for ESIPP services

**What this PR does / why we need it**:
The nodeport allocation repair controller does not scrape the `Service.Spec.healthCheckNodePort` value and would remove the allocation from memory and etcd after 10 minutes.  This opens the door for other services to use the same nodeport and cause collisions. 

**Which issue(s) this PR fixes**:
Fixes #54885

**Release note**:
```release-note
Fix issue of colliding nodePorts when the cluster has services with externalTrafficPolicy=Local
```
2018-05-28 02:21:43 -07:00
..
admissionregistration simplify api registration 2018-05-08 18:33:50 -04:00
apps simplify api registration 2018-05-08 18:33:50 -04:00
authentication simplify api registration 2018-05-08 18:33:50 -04:00
authorization simplify api registration 2018-05-08 18:33:50 -04:00
autoscaling simplify api registration 2018-05-08 18:33:50 -04:00
batch simplify api registration 2018-05-08 18:33:50 -04:00
cachesize update BUILD files 2017-10-15 18:18:13 -07:00
certificates generated 2018-05-18 18:42:39 -07:00
core Merge pull request #64349 from nicksardo/fix-nodeport-alloc 2018-05-28 02:21:43 -07:00
events simplify api registration 2018-05-08 18:33:50 -04:00
extensions simplify api registration 2018-05-08 18:33:50 -04:00
networking simplify api registration 2018-05-08 18:33:50 -04:00
policy simplify api registration 2018-05-08 18:33:50 -04:00
rbac switch rbac to external 2018-05-22 08:17:05 -04:00
registrytest replace request.Context with context.Context 2018-04-24 08:59:00 -07:00
scheduling Generated 2018-05-12 02:01:09 -04:00
settings simplify api registration 2018-05-08 18:33:50 -04:00
storage simplify api registration 2018-05-08 18:33:50 -04:00
BUILD Move podsecuritypolicy registry to policy package. 2018-04-16 17:21:52 +02:00
doc.go Use Go canonical import paths 2016-07-16 13:48:21 -04:00
OWNERS Add liggitt to registry approvers 2017-09-04 11:20:38 -04:00