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

Mark operator as degraded if there are any pods in CrashLoopBackOff State #668

Commits on Jun 22, 2020

  1. Mark operator as degraded if any pods are in CrashLoopBackOff state

    This patch checks for the statuses of pods of those deployments and daemonsets
    which are in a "hung" state. If any of the pods are in CrashLoopBackOff state
    the operator will be marked as degraded.
    
    Signed-off-by: Surya Seetharaman <suryaseetharaman.9@gmail.com>
    tssurya committed Jun 22, 2020
    Copy the full SHA
    840e67e View commit details
    Browse the repository at this point in the history