mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-01 07:47:56 +00:00
Remove etcd_servers from test-cmd
This commit is contained in:
parent
0b48d3209e
commit
48bcfc1e27
@ -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 New Issue
Block a user