opendatahub-io / model-registry-operator

Apache License 2.0
3 stars 17 forks source link

fix: create gateway service routes in model registry operator, fixes RHOAIENG-5559 #88

Closed dhirajsb closed 5 months ago

dhirajsb commented 5 months ago

Description

Create gateway service routes in model registry operator. This is required because OpenShift Service Mesh gateway route creation is deprecated and will be removed in coming versions. Fixes RHOAIENG-5559

How Has This Been Tested?

Tested locally by verifying that gateway routes are created automatically without having Istio Service Mesh gateway route creation enabled.

Merge criteria:

dhirajsb commented 5 months ago

@rareddy @tarilabs I'd appreciate a quick review on this. I'd like to get this feature into odh 2.11 release tomorrow.

dhirajsb commented 5 months ago

@bartoszmajsak I've added logic in the mr operator to create routes instead of relying on IOR.

bartoszmajsak commented 5 months ago

@dhirajsb I am tagging @aslakknutsen to chime in, as it's my last day before PTO so I might not squeeze it into my queue :(