Closed PanJ closed 7 years ago
There is a case that some pods have no .conditions value. In my case, the pods were in phase Failed which requires manual reaping. (See https://github.com/kubernetes/kubernetes/issues/7660)
.conditions
Failed
Thanks for the patch :)
v3.0.2 is now released on Docker Hub
There is a case that some pods have no
.conditions
value. In my case, the pods were in phaseFailed
which requires manual reaping. (See https://github.com/kubernetes/kubernetes/issues/7660)