mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-05 19:21:37 +00:00
Merge pull request #643 from zhgwenming/build
Use 'go install' instead of 'go build' to generate all commands at the same time.
This commit is contained in:
@@ -50,7 +50,7 @@ API_PORT=${API_PORT:-8080}
|
||||
API_HOST=${API_HOST:-127.0.0.1}
|
||||
KUBELET_PORT=${KUBELET_PORT:-10250}
|
||||
|
||||
GO_OUT=$(dirname $0)/../output/go
|
||||
GO_OUT=$(dirname $0)/../output/go/bin
|
||||
|
||||
APISERVER_LOG=/tmp/apiserver.log
|
||||
${GO_OUT}/apiserver \
|
||||
|
Reference in New Issue
Block a user