mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 15:25:57 +00:00
Merge pull request #2110 from smarterclayton/local_up_cluster_fails
hack/local-up-cluster fails to even launch apiserver
This commit is contained in:
commit
88a7097c23
@ -52,9 +52,9 @@ APISERVER_LOG=/tmp/apiserver.log
|
||||
--address="${API_HOST}" \
|
||||
--port="${API_PORT}" \
|
||||
--etcd_servers="http://127.0.0.1:4001" \
|
||||
--machines="127.0.0.1" \
|
||||
--portal_net="10.0.0.0/24" \
|
||||
--cors_allowed_origins="${API_CORS_ALLOWED_ORIGINS}" >"${APISERVER_LOG}" 2>&1 &
|
||||
#--machines="127.0.0.1" \ removed
|
||||
APISERVER_PID=$!
|
||||
|
||||
# Wait for apiserver to come up before launching the rest of the components.
|
||||
|
Loading…
Reference in New Issue
Block a user