mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
Merge pull request #22805 from NeilHanlon/master
Auto commit by PR queue bot
This commit is contained in:
commit
dec124bd57
@ -236,7 +236,7 @@ function kube-check {
|
||||
let effective_timeout=($timeout/$sleepstep)
|
||||
attempt=0
|
||||
echo
|
||||
printf "This may take several minutes. Bound to $effective_timeout attemmps"
|
||||
printf "This may take several minutes. Bound to $effective_timeout attempts"
|
||||
while true; do
|
||||
local rc=0
|
||||
output=$(kube-ssh ${nodeip} "${cmd}") || rc=1
|
||||
@ -274,7 +274,7 @@ function remote-pgrep {
|
||||
|
||||
max_attempt=60
|
||||
|
||||
printf "This may take several minutes. Bound to $max_attempt attemmps"
|
||||
printf "This may take several minutes. Bound to $max_attempt attempts"
|
||||
|
||||
attempt=0
|
||||
while true; do
|
||||
|
Loading…
Reference in New Issue
Block a user