Merge pull request #11463 from nikhiljindal/automated-cherry-pick-of-#11462-upstream-release-1.0

Automated cherry pick of #11462
This commit is contained in:
Zach Loafman
2015-07-17 13:06:11 -07:00

View File

@@ -36,6 +36,9 @@ function cleanup()
trap cleanup EXIT SIGINT
kube::log::status "Building apiserver"
"${KUBE_ROOT}/hack/build-go.sh" cmd/kube-apiserver
kube::etcd::start
ETCD_HOST=${ETCD_HOST:-127.0.0.1}