Merge pull request #2109 from smarterclayton/test_cmd_can_fail_on_public_addr

test-cmd.sh can fail if public IP not available
pull/6/head
Clayton Coleman 2014-11-03 11:21:27 -05:00
commit 3836d24838
1 changed files with 1 additions and 0 deletions

View File

@ -66,6 +66,7 @@ kube::util::wait_for_url "http://127.0.0.1:${KUBELET_PORT}/healthz" "kubelet: "
kube::log::status "Starting apiserver"
"${KUBE_OUTPUT_HOSTBIN}/apiserver" \
--address="127.0.0.1" \
--public_address_override="127.0.0.1" \
--port="${API_PORT}" \
--etcd_servers="http://${ETCD_HOST}:${ETCD_PORT}" \
--kubelet_port=${KUBELET_PORT} \