k3s/federation
k8s-merge-robot 37d3d390df Merge pull request #29632 from madhusudancs/fed-bin-downsize
Automatic merge from submit-queue

[Federation] Downsize the release binary distribution.

There are two things that this PR implements:

1. It removes `federation-apiserver` and `federation-controller-manager` from binaries and docker_wrapped_binaries target lists.
2. Build the docker image for `hyperkube` on-the-fly while pushing the federation images. 

```release-note
Federation binaries and their corresponding docker images - `federation-apiserver` and `federation-controller-manager` are now folded in to the `hyperkube` binary. If you were using one of these binaries or docker images, please switch to using the `hyperkube` version. Please refer to the federation manifests - `federation/manifests/federation-apiserver.yaml` and `federation/manifests/federation-controller-manager-deployment.yaml` for examples.
```

cc @kubernetes/sig-cluster-federation @colhom 

Fixes Issue #28633
2016-08-01 22:55:46 -07:00
..
apis Internal types for FederatedReplicaSetPreferences 2016-07-22 23:35:38 +02:00
client Merge pull request #29241 from jianhuiz/federation-apiserver-extensions-replicaset-client 2016-07-29 11:40:12 -07:00
cluster Build the hyperkube docker image on-the-fly. 2016-08-01 11:45:21 -07:00
cmd make the resource prefix in etcd configurable for cohabitation 2016-07-27 07:51:40 -04:00
manifests [Federation] Do not build separate binaries for federation control plane components, hyperkube should be sufficient. 2016-08-01 11:45:21 -07:00
pkg Refactor uuid into its own pkg 2016-07-30 00:07:02 -04:00
registry/cluster Remove unnecessary empty line. 2016-07-23 19:37:13 +08:00
OWNERS Add colhom to federation OWNERS 2016-06-27 13:16:43 -07:00