We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Related to #169
Sorry, something went wrong.
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: