Uploaded image for project: 'OpenShift Bugs'
  1. OpenShift Bugs
  2. OCPBUGS-49904

Use /livez for Kubernetes scheduler liveness probe

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Normal Normal
    • None
    • 4.18, 4.19
    • HyperShift
    • Low
    • None
    • False
    • Hide

      None

      Show
      None
    • In Progress

      This is a clone of issue OCPBUGS-49791. The following is the description of the original issue:

      Description of problem:

          The kube scheduler pod should use the /livez endpoint rather than /healthz for its liveness probe.

      Version-Release number of selected component (if applicable):

          

      How reproducible:

          N/A

      Steps to Reproduce:

          N/A
          

      Actual results:

              livenessProbe:
                failureThreshold: 5
                httpGet:
                  path: /healthz

      Expected results:

              livenessProbe:
                failureThreshold: 5
                httpGet:
                  path: /livez

      Additional info:

          

              Unassigned Unassigned
              openshift-crt-jira-prow OpenShift Prow Bot
              Jie Zhao Jie Zhao
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated: