From 2efdc24b7f78464ad84a92d0577b1d6f62a88c42 Mon Sep 17 00:00:00 2001 From: "Madhusudan.C.S" Date: Fri, 22 Jul 2016 17:31:32 -0700 Subject: [PATCH] Build both kubectl and hypekube together, one is required for the other. --- federation/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/federation/build.sh b/federation/build.sh index dbc47442e07..a9d673ea6c9 100755 --- a/federation/build.sh +++ b/federation/build.sh @@ -93,7 +93,7 @@ function update_config() { function build() { kube::build::verify_prereqs kube::build::build_image - kube::build::run_build_command make WHAT=cmd/hyperkube + kube::build::run_build_command make WHAT="cmd/kubectl cmd/hyperkube" BASEIMAGE="ubuntu:16.04" \ REGISTRY="${KUBE_REGISTRY}" \