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

@@ -68,7 +68,7 @@ if [[ ! -x "$kubecfg" ]]; then
echo "It looks as if you don't have a compiled kubecfg binary."
echo
echo "If you are running from a clone of the git repo, please run"
echo "'./build/make-cross.sh'. Note that this requires having Docker installed."
echo "'./build/make-client.sh'. Note that this requires having Docker installed."
echo
echo "If you are running from a binary release tarball, something is wrong. "
echo "Look at http://kubernetes.io/ for information on how to contact the "