From 78dccc0366deeb2d5b4c2e14df39d59bfac866bc Mon Sep 17 00:00:00 2001 From: "Madhusudan.C.S" Date: Thu, 22 Sep 2016 11:05:18 -0700 Subject: [PATCH] Address more review comments. --- docs/admin/federation/index.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/docs/admin/federation/index.md b/docs/admin/federation/index.md index a9d6f7d05c..41d43b9572 100644 --- a/docs/admin/federation/index.md +++ b/docs/admin/federation/index.md @@ -93,17 +93,16 @@ to the hyperkube image. ### Building and pushing images from HEAD -To run the code from HEAD, you need to build and push your own images. -Check out the -[Kubernetes repository](https://github.com/kubernetes/kubernetes) -and run the following commands from the root of the source directory. -To build the binaries, run the following command: +To build the binaries, check out the +[Kubernetes repository](https://github.com/kubernetes/kubernetes) and +run the following commands from the root of the source directory: + ```shell $ 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 $ KUBE_REGISTRY="gcr.io/myrepository" federation/develop/develop.sh build_image