Commit 5dd91438 authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #44367 from ixdy/bazel-update-binary-lists

Automatic merge from submit-queue Add a few missing binaries to the Bazel SERVER_TARGETS list **What this PR does / why we need it**: catches up our Bazel build with #41413 and #40204. If you have clever ideas of how to keep the lists in `build/release-tars/BUILD` and `hack/lib/golang.sh` in sync I'd love hear them. **Release note**: ```release-note NONE ``` /assign @spxtr @mikedanese
parents bf8bb433 73a7e348
......@@ -68,11 +68,13 @@ NODE_TARGETS = [
# No need to duplicate CLIENT_TARGETS or NODE_TARGETS here,
# since we include them in the actual build rule.
SERVER_TARGETS = [
"//cmd/cloud-controller-manager",
"//cmd/hyperkube",
"//cmd/kube-apiserver",
"//cmd/kube-controller-manager",
"//cmd/kubeadm",
"//plugin/cmd/kube-scheduler",
"//vendor/k8s.io/kube-aggregator",
]
# kube::golang::test_targets
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment