mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-06 02:34:03 +00:00
Merge pull request #11462 from nikhiljindal/buildSwagger
Updating update-swagger-spec to build the apiserver before running
This commit is contained in:
commit
7b82f6e1c4
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user