Add kubectl to build/release scripts.

Also Refactor build helpers into client/cross and server/linux.  This make it easier to tell users what to build to get just the client binaries.
This commit is contained in:
Joe Beda
2014-10-15 16:50:17 -07:00
parent f61d434783
commit 3701c2ac0e
9 changed files with 43 additions and 29 deletions

View File

@@ -63,6 +63,7 @@ readonly DOCKER_MOUNT_ARGS=(--volume "${LOCAL_OUTPUT_BUILD}:${REMOTE_OUTPUT_DIR}
readonly KUBE_CLIENT_BINARIES=(
kubecfg
kubectl
)
readonly KUBE_SERVER_BINARIES=(