Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Detect pod readiness gate failures #214

Open
dudicoco opened this issue Jul 14, 2021 · 1 comment
Open

Detect pod readiness gate failures #214

dudicoco opened this issue Jul 14, 2021 · 1 comment

Comments

@dudicoco
Copy link

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
@distorhead
Copy link
Member

Related to #169

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

No branches or pull requests

2 participants