werf/kubedog

Detect pod readiness gate failures

dudicoco opened this issue · 1 comments

Hi,

Currently, kubedog does not know when a pod is failing to become ready due to a failed pod readiness gate.

Can support for readiness gate failure detection be added?
For example:

status:
  conditions:
  - lastProbeTime: null
    lastTransitionTime: null
    message: 'Health checks failed with these codes: [503]'
    reason: Target.ResponseCodeMismatch
    status: "False"
    type: target-health.elbv2.k8s.aws/xxxx

Related to #169