Merge pull request #16841 from jiangyaoguo/keep-kubeproxy-hostname-consistent-with-kubelet

Auto commit by PR queue bot
This commit is contained in:
k8s-merge-robot
2015-11-30 18:26:21 -08:00
8 changed files with 71 additions and 56 deletions

View File

@@ -309,6 +309,7 @@ function start_kubeproxy {
PROXY_LOG=/tmp/kube-proxy.log
sudo -E "${GO_OUT}/kube-proxy" \
--v=${LOG_LEVEL} \
--hostname-override="127.0.0.1" \
--master="http://${API_HOST}:${API_PORT}" >"${PROXY_LOG}" 2>&1 &
PROXY_PID=$!