fix typo retries

This commit is contained in:
timchenxiaoyu 2017-02-27 11:52:01 +08:00
parent e3b25ed4af
commit fb213582e6

View File

@ -84,7 +84,7 @@ start_kubelet() {
fi
}
# wait_kubelet retris for 10 times for kubelet to be ready by checking http://127.0.0.1:10255/healthz.
# wait_kubelet retries for 10 times for kubelet to be ready by checking http://127.0.0.1:10255/healthz.
wait_kubelet() {
echo "Health checking kubelet..."
healthCheckURL=http://127.0.0.1:10255/healthz