Commit 4d3211c6 authored by Eric Tune's avatar Eric Tune

Remove ignored flag.

When --apiservers is set, --etcd_servers is ignored. Remove it.
parent d9848524
...@@ -129,7 +129,6 @@ CTLRMGR_PID=$! ...@@ -129,7 +129,6 @@ CTLRMGR_PID=$!
KUBELET_LOG=/tmp/kubelet.log KUBELET_LOG=/tmp/kubelet.log
sudo -E "${GO_OUT}/kubelet" \ sudo -E "${GO_OUT}/kubelet" \
--v=${LOG_LEVEL} \ --v=${LOG_LEVEL} \
--etcd_servers="http://127.0.0.1:4001" \
--hostname_override="127.0.0.1" \ --hostname_override="127.0.0.1" \
--address="127.0.0.1" \ --address="127.0.0.1" \
--api_servers="${API_HOST}:${API_PORT}" \ --api_servers="${API_HOST}:${API_PORT}" \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment