Logf("The status of Pod %s is %s, waiting for it to be either Running or Failed",pod.ObjectMeta.Name,pod.Status.Phase)
Logf("The status of Pod %s is %s (Ready = false), waiting for it to be either Running (with Ready = true) or Failed",pod.ObjectMeta.Name,pod.Status.Phase)