mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-08 14:23:30 +00:00
Because of a := assignment, the anonymous function assigned the pod list to a local variable instead of the WaitForPodsWithLabelRunningReady return value which therefore always was nil. The correct code is an assignment with = as in WaitForPodsWithLabelScheduled.