mirror of https://github.com/k3s-io/k3s
Better PROXY_LOG and verbosity in the command line
`>"${PROXY_LOG}"` was in the wrong spotpull/6/head
parent
c339fc0c4f
commit
42cc24e68d
|
@ -821,10 +821,10 @@ mode: ${KUBE_PROXY_MODE}
|
|||
EOF
|
||||
|
||||
sudo "${GO_OUT}/hyperkube" proxy \
|
||||
--config=/tmp/kube-proxy.yaml \
|
||||
--master="https://${API_HOST}:${API_SECURE_PORT}" >"${PROXY_LOG}" \
|
||||
--v=${LOG_LEVEL} \
|
||||
--feature-gates="${FEATURE_GATES}" \
|
||||
--v=${LOG_LEVEL} 2>&1 &
|
||||
--config=/tmp/kube-proxy.yaml \
|
||||
--master="https://${API_HOST}:${API_SECURE_PORT}" >"${PROXY_LOG}" 2>&1 &
|
||||
PROXY_PID=$!
|
||||
|
||||
SCHEDULER_LOG=${LOG_DIR}/kube-scheduler.log
|
||||
|
|
Loading…
Reference in New Issue