mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-06-11 09:53:38 -04:00
Remove etcd_servers from test-cmd
This commit is contained in:
parent
0b48d3209e
commit
48bcfc1e27
1 changed files with 0 additions and 1 deletions
|
|
@ -69,7 +69,6 @@ kube::log::status "Starting kubelet in masterful mode"
|
|||
--really_crash_for_testing=true \
|
||||
--root_dir=/tmp/kubelet.$$ \
|
||||
--docker_endpoint="fake://" \
|
||||
--etcd_servers="http://${ETCD_HOST}:${ETCD_PORT}" \
|
||||
--hostname_override="127.0.0.1" \
|
||||
--address="127.0.0.1" \
|
||||
--api_servers="${API_HOST}:${API_PORT}" \
|
||||
|
|
|
|||
Loading…
Reference in a new issue