-
Bug
-
Resolution: Done-Errata
-
Normal
-
4.18.z
-
Quality / Stability / Reliability
-
False
-
-
None
-
Moderate
-
No
-
Done
-
Bug Fix
-
Update liveness and readiness probes associated with the OpenShift apiserver to use the /livez (for liveness probe) and /readyz (for readiness probe) endpoints instead of the /healthz endpoint.
-
None
-
None
-
None
-
None
This is a clone of issue OCPBUGS-54819. The following is the description of the original issue:
—
Description of problem:
The liveness and readiness probes associated with the OpenShift apiserver in HyperShift is misaligned with the probes used in OpenShift IPI.
Version-Release number of selected component (if applicable):
4.18
How reproducible:
Every time.
Steps to Reproduce:
1. Deploy a ROKS v4.18 (HyperShift) cluster. 2. Check the openshift-apiserver deployment spec.
Actual results:
Liveness and readiness probes use the /healthz endpoint.
Expected results:
Liveness and readiness probes use the /livez and /readyz endpoints similar to OpenShift IPI.
Additional info:
- https://github.com/openshift/cluster-openshift-apiserver-operator/pull/612 - https://github.com/openshift/cluster-openshift-apiserver-operator/pull/588
- clones
-
OCPBUGS-54819 Misaligned OpenShift apiserver probe endpoints
-
- Closed
-
- is blocked by
-
OCPBUGS-54819 Misaligned OpenShift apiserver probe endpoints
-
- Closed
-
- links to
-
RHBA-2025:4427 OpenShift Container Platform 4.18.z bug fix update