Closed tholok97 closed 5 years ago
As the loop to wait for pod startup continues while status == False it would exit immidiately because the initial value is None. Set the initial value to False.
while status == False
Maybe I'm overlooking something, but this fix worked for me.
As the loop to wait for pod startup continues
while status == False
it would exit immidiately because the initial value is None. Set the initial value to False.Maybe I'm overlooking something, but this fix worked for me.