![]() Automatic merge from submit-queue A build and deploy script to manage cluster federation lifecycle and a Makefile wrapper to drive that process. Also includes a sample config file to describe clusters. The build script implements the following things: 1. Generates the required configs. 2. Builds the hyperkube binary and the corresponding docker image. 3. Pushes the image to a specified repository. 4. Pulls the federation installer docker images. 5. Builds the Kubernetes clusters described the config.json file. 6. Pushes the federation components to one of the Kubernetes clusters built in the previous step. 7. Also turns down the federation components and the Kubernetes clusters. **NOTE**: Installer images are right now being pulled from my public repository of docker images. I am working on pushing them to our release repository. ```release-note Cluster Federation components can now be built and deployed using the make command. Please see federation/README.md for details. ``` cc @kubernetes/sig-cluster-federation @colhom Fixes: Issue #26655 |
||
---|---|---|
.. | ||
.gitattributes | ||
exceptions.txt | ||
excluded-flags.txt | ||
known-flags.txt |