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:
@@ -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 "
|
||||
|
Reference in New Issue
Block a user