Merge pull request #4497 from swagiaal/health-check-hostname-mismatch

WIP: Catch kubelet-master hostname mismatch during health check
This commit is contained in:
Brendan Burns
2015-02-26 14:48:21 -08:00
4 changed files with 88 additions and 0 deletions

View File

@@ -57,6 +57,7 @@ kube::log::status "Starting kubelet in masterless mode"
--really_crash_for_testing=true \
--root_dir=/tmp/kubelet.$$ \
--docker_endpoint="fake://" \
--hostname_override="127.0.0.1" \
--address="127.0.0.1" \
--port="$KUBELET_PORT" 1>&2 &
KUBELET_PID=$!