wongnai / kube-slack

Kubernetes Slack Monitoring
MIT License
322 stars 58 forks source link

Fixed the issue where pod has no condition #12

Closed PanJ closed 7 years ago

PanJ commented 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)

whs commented 7 years ago

Thanks for the patch :)

whs commented 7 years ago

v3.0.2 is now released on Docker Hub