mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-25 04:33:26 +00:00
Merge pull request #5420 from vmarmol/cross
Make "kubernetes" a server binary.
This commit is contained in:
commit
dab2d1a14b
@ -25,6 +25,7 @@ readonly KUBE_SERVER_TARGETS=(
|
||||
cmd/kube-controller-manager
|
||||
cmd/kubelet
|
||||
cmd/hyperkube
|
||||
cmd/kubernetes
|
||||
plugin/cmd/kube-scheduler
|
||||
)
|
||||
readonly KUBE_SERVER_BINARIES=("${KUBE_SERVER_TARGETS[@]##*/}")
|
||||
@ -37,7 +38,6 @@ readonly KUBE_SERVER_PLATFORMS=(
|
||||
# The set of client targets that we are building for all platforms
|
||||
readonly KUBE_CLIENT_TARGETS=(
|
||||
cmd/kubectl
|
||||
cmd/kubernetes
|
||||
)
|
||||
readonly KUBE_CLIENT_BINARIES=("${KUBE_CLIENT_TARGETS[@]##*/}")
|
||||
readonly KUBE_CLIENT_BINARIES_WIN=("${KUBE_CLIENT_BINARIES[@]/%/.exe}")
|
||||
|
Loading…
Reference in New Issue
Block a user