Not interrupt the waitForPodsReady
Signed-off-by: z1cheng <imchench@gmail.com>
This commit is contained in:
parent
f3e3b3c744
commit
733958ca85
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ func waitForPodsReady(kubeClientSet kubernetes.Interface, timeout time.Duration,
|
|||
for i := range pl.Items {
|
||||
isRunning, err := podRunningReady(&pl.Items[i])
|
||||
if err != nil {
|
||||
return false, err
|
||||
Logf("error checking if pod is running : %v", err)
|
||||
}
|
||||
if isRunning {
|
||||
r++
|
||||
|
|
Loading…
Reference in a new issue