-
Bug
-
Resolution: Unresolved
-
Normal
-
None
-
4.18, 4.19
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:
- clones
-
OCPBUGS-49791 Use /livez for Kubernetes scheduler liveness probe
- MODIFIED
- is blocked by
-
OCPBUGS-49791 Use /livez for Kubernetes scheduler liveness probe
- MODIFIED
- links to