Merge pull request #44742 from cheftako/aggregate

Automatic merge from submit-queue (batch tested with PRs 46302, 44597, 44742, 46554)

Change to aggregator so it calls a user apiservice via its pod IP.

proxy_handler now does a sideways call to lookup the pod IPs for aservice.
It will then pick a random pod IP to forward the use apiserver request to.

**What this PR does / why we need it**: It allows the aggregator to work without setting up the full network stack on the kube master (i.e. with kube-dns or kube-proxy)

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

**Special notes for your reviewer**:

**Release note**:

```release-note
```
This commit is contained in:
Kubernetes Submit Queue
2017-05-26 20:39:56 -07:00
committed by GitHub
13 changed files with 343 additions and 19 deletions

View File

@@ -190,6 +190,7 @@ dump-logs-on-failure
duration-sec
e2e-output-dir
e2e-verify-service-account
enable-aggregator-routing
enable-controller-attach-detach
enable-custom-metrics
enable-debugging-handlers