update scripts for new kube-aggregator location

This commit is contained in:
deads2k
2017-02-14 10:04:28 -05:00
parent f44c288a21
commit 1d40c3ff76
14 changed files with 41 additions and 32 deletions

View File

@@ -144,7 +144,7 @@ do
done
if [ "x$GO_OUT" == "x" ]; then
make -C "${KUBE_ROOT}" WHAT="cmd/kubectl cmd/hyperkube cmd/kube-aggregator"
make -C "${KUBE_ROOT}" WHAT="cmd/kubectl cmd/hyperkube vendor/k8s.io/kube-aggregator"
else
echo "skipped the build."
fi