wongnai / kube-slack

Kubernetes Slack Monitoring
MIT License
322 stars 58 forks source link

Detect Pending pods #59

Open tomashejatko opened 5 years ago

tomashejatko commented 5 years ago

Hello guys,

we've developed Pending pods check. It is based on longnotready.ts file, but it is different.

Pending pods doesn't have any "Ready" status condition, only one status condition similiar to this :

`status: conditions:

So they have to be checked differently.

Hope you will like our PR :) Thanks!