jaeger-operator icon indicating copy to clipboard operation
jaeger-operator copied to clipboard

Investigate replacing Routes with Ingress

Open jpkrohling opened this issue 5 years ago • 4 comments

Looking at some OpenShift 4.x docs, I got the impression that regular Kubernetes Ingress resources are recognized by OpenShift and used as base for new routes. If that confirms to be true, we can just get rid of the Route resource in the Jaeger Operator, keeping Ingress for both OpenShift and Kubernetes.

jpkrohling avatar Feb 20 '20 09:02 jpkrohling

Would need to be sure the upgrade mechanism handled it, so routes were then converted into equivalent ingresses.

objectiser avatar Feb 20 '20 10:02 objectiser

This would probably also help with the issue that on Openshift, routes ignore the hostnames set for Ingress controllers per https://github.com/jaegertracing/jaeger-operator/issues/135.

xmj avatar Sep 28 '23 08:09 xmj

This would probably also help with the issue that on Openshift, routes ignore the hostnames set for Ingress controllers per #135.

Could you please create a new issue explaining your issue?

iblancasa avatar Sep 28 '23 13:09 iblancasa

Thanks for your reply, here it is: https://github.com/jaegertracing/jaeger-operator/issues/2334

xmj avatar Sep 28 '23 13:09 xmj