Commit 7b82f6e1 authored by Tim Hockin's avatar Tim Hockin

Merge pull request #11462 from nikhiljindal/buildSwagger

Updating update-swagger-spec to build the apiserver before running
parents 39d12012 4734b938
...@@ -36,6 +36,9 @@ function cleanup() ...@@ -36,6 +36,9 @@ function cleanup()
trap cleanup EXIT SIGINT trap cleanup EXIT SIGINT
kube::log::status "Building apiserver"
"${KUBE_ROOT}/hack/build-go.sh" cmd/kube-apiserver
kube::etcd::start kube::etcd::start
ETCD_HOST=${ETCD_HOST:-127.0.0.1} ETCD_HOST=${ETCD_HOST:-127.0.0.1}
......
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