You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[release-v0.15] Back-porting fixes for InferenceGraph (#648)
* Fix IG readiness probe
KServe project has added readiness probes to raw IG. ODH fork needs the following adaptations:
* The HTTP server has TLS. Thus, the readiness probe needs to be configured with HTTPS.
* When auth is enabled, the /readyz endpoint should bypass auth check.
Signed-off-by: Edgar Hernández <[email protected]>
* Fix Raw InferenceGraph not connecting to ISVCs (#581)
This is an ODH/OpenShift-specific fix. Since the InferenceServices can be protected under TLS, the InferenceGraph workload requires to trust OpenShift Serving certificates. This fixes kserve-contoller to properly configure the IG router workload to trust needed certificates so that connections succeed.
Signed-off-by: Edgar Hernández <[email protected]>
* Adapt unit tests for ODH
Signed-off-by: Edgar Hernández <[email protected]>
---------
Signed-off-by: Edgar Hernández <[email protected]>
Co-authored-by: Edgar Hernández <[email protected]>
Co-authored-by: Edgar Hernández <[email protected]>
0 commit comments