Commit fb213582 authored by timchenxiaoyu's avatar timchenxiaoyu

fix typo retries

parent e3b25ed4
...@@ -84,7 +84,7 @@ start_kubelet() { ...@@ -84,7 +84,7 @@ start_kubelet() {
fi 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() { wait_kubelet() {
echo "Health checking kubelet..." echo "Health checking kubelet..."
healthCheckURL=http://127.0.0.1:10255/healthz healthCheckURL=http://127.0.0.1:10255/healthz
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment