mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-13 13:14:05 +00:00
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:
@@ -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=(
|
||||
|
Reference in New Issue
Block a user