Files
kubernetes/pkg
Kubernetes Submit Queue 4d11cbc577 Merge pull request #39364 from zhouhaibing089/nodeports
Automatic merge from submit-queue

nodeports usage should be part of LoadBalancer service type

Since a creation of Service of type LoadBalancer will allocate NodePorts as well, so it makes more sense to account for the NodePort usage in the LoadBalancer switch case.

check here: https://github.com/kubernetes/kubernetes/blob/master/pkg/registry/core/service/rest.go#L553 for the logic on whether it should assign a nodeport for the service.
2017-02-17 20:34:32 -08:00
..
2017-01-29 21:41:45 +01:00
2017-01-19 09:50:16 -05:00
2017-02-15 10:25:15 +01:00
2017-02-17 14:08:57 -08:00
2017-02-15 10:25:15 +01:00
2017-01-11 09:09:48 -05:00
2017-02-13 12:32:58 +01:00
2017-02-16 09:25:27 +01:00
2017-02-13 09:18:32 -05:00