kubernetes/federation/pkg/kubefed
Kubernetes Submit Queue eae2917402 Merge pull request #46283 from ktsakalozos/feature/nodeport-port
Automatic merge from submit-queue

Adding option to set the federation api server port if nodeport is set

**What this PR does / why we need it**: Kubefed will deploy the respected services and then it will do a health check. Prior to this patch if the user selects the nodeport a random port is opened. In environments where firewalls are in place this random port selection will cause the health check to fail. With this patch we enable users to designate a specific port, after for example opening it on their firewall.    

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

**Special notes for your reviewer**:

**Release note**: 

```
Kubefed init allows for setting port in Nodeport configuration
```
2017-07-30 04:01:36 -07:00
..
init Merge pull request #46283 from ktsakalozos/feature/nodeport-port 2017-07-30 04:01:36 -07:00
testing autogenerated 2017-04-14 10:40:57 -07:00
util Auto generated files 2017-07-26 06:22:30 +05:30
BUILD Auto generated files 2017-07-26 06:22:30 +05:30
join_test.go manually fix unit tests 2017-06-22 11:30:59 -07:00
join.go Merge pull request #43443 from irfanurrehman/kubefed-doc-1 2017-07-25 21:52:45 -07:00
kubefed.go cmd/options: kubectl options writes to out stream 2017-05-28 11:23:44 -07:00
unjoin_test.go Converted usage of federation internal clientset to versioned clientset 2017-07-26 06:20:08 +05:30
unjoin.go Merge pull request #47160 from shashidharatd/fed-internalclientset 2017-07-25 23:00:38 -07:00