Skip to content
This repository has been archived by the owner on Jan 11, 2021. It is now read-only.

Detect Pending pods #59

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

tomashejatko
Copy link

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:

  • lastProbeTime: "2019-07-22T09:56:09Z"
    lastTransitionTime: "2019-07-22T09:22:00Z"
    message: '0/5 nodes are available: 5 Insufficient cpu.'
    reason: Unschedulable
    status: "False"
    type: PodScheduled`

So they have to be checked differently.

Hope you will like our PR :)
Thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant