Revert "Add support for running GCI on the GCE cloud provider"

This commit is contained in:
Daniel Smith
2016-05-18 21:31:28 -07:00
parent 28333a0041
commit 40f53b1765
14 changed files with 19 additions and 1313 deletions

View File

@@ -34,7 +34,7 @@ max_seconds=10
while true; do
if ! curl --insecure -m ${max_seconds} -f -s https://127.0.0.1:{{kubelet_port}}/healthz > /dev/null; then
echo "kubelet failed!"
curl --insecure https://127.0.0.1:{{kubelet_port}}/healthz
curl --insecure -s http://127.0.0.1:{{kubelet_port}}/healthz
exit 2
fi
sleep 10