Build both kubectl and hypekube together, one is required for the other.

This commit is contained in:
Madhusudan.C.S 2016-07-22 17:31:32 -07:00
parent a78d2851d9
commit 2efdc24b7f

View File

@ -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}" \