Address more review comments.
This commit is contained in:
@@ -93,17 +93,16 @@ to the hyperkube image.
|
|||||||
|
|
||||||
### Building and pushing images from HEAD
|
### Building and pushing images from HEAD
|
||||||
|
|
||||||
To run the code from HEAD, you need to build and push your own images.
|
To build the binaries, check out the
|
||||||
Check out the
|
[Kubernetes repository](https://github.com/kubernetes/kubernetes) and
|
||||||
[Kubernetes repository](https://github.com/kubernetes/kubernetes)
|
run the following commands from the root of the source directory:
|
||||||
and run the following commands from the root of the source directory.
|
|
||||||
To build the binaries, run the following command:
|
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
$ federation/develop/develop.sh build_binaries
|
$ federation/develop/develop.sh build_binaries
|
||||||
```
|
```
|
||||||
|
|
||||||
To build the image and push it to the repository run:
|
To build the image and push it to the repository, run:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
$ KUBE_REGISTRY="gcr.io/myrepository" federation/develop/develop.sh build_image
|
$ KUBE_REGISTRY="gcr.io/myrepository" federation/develop/develop.sh build_image
|
||||||
|
|||||||
Reference in New Issue
Block a user