-
Bug
-
Resolution: Unresolved
-
Normal
-
None
-
4.18, 4.19
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:
- blocks
-
OCPBUGS-49904 Use /livez for Kubernetes scheduler liveness probe
- New
- is cloned by
-
OCPBUGS-49904 Use /livez for Kubernetes scheduler liveness probe
- New
- links to