mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-21 19:01:49 +00:00
remove kube-aggregator from bazel until we can build it
This commit is contained in:
parent
1d40c3ff76
commit
ab0a57760e
@ -63,10 +63,6 @@ DOCKERIZED_BINARIES = {
|
||||
"base": ":busybox-libc",
|
||||
"target": "//plugin/cmd/kube-scheduler:kube-scheduler",
|
||||
},
|
||||
"kube-aggregator": {
|
||||
"base": ":busybox-libc",
|
||||
"target": "//vendor/k8s.io/kube-aggregator:kube-aggregator",
|
||||
},
|
||||
"kube-proxy": {
|
||||
"base": ":busybox-net",
|
||||
"target": "//cmd/kube-proxy:kube-proxy",
|
||||
|
@ -69,7 +69,6 @@ NODE_TARGETS = [
|
||||
# since we include them in the actual build rule.
|
||||
SERVER_TARGETS = [
|
||||
"//cmd/hyperkube",
|
||||
"//vendor/k8s.io/kube-aggregator",
|
||||
"//cmd/kube-apiserver",
|
||||
"//cmd/kube-controller-manager",
|
||||
"//cmd/kube-discovery",
|
||||
|
Loading…
Reference in New Issue
Block a user