mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 03:41:45 +00:00
fix typo retries
This commit is contained in:
parent
e3b25ed4af
commit
fb213582e6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user