Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Investigate replacing Routes with Ingress #918

Closed
jpkrohling opened this issue Feb 20, 2020 · 4 comments
Closed

Investigate replacing Routes with Ingress #918

jpkrohling opened this issue Feb 20, 2020 · 4 comments
Labels
enhancement New feature or request openshift This item is related to OpenShift

Comments

@jpkrohling
Copy link
Contributor

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.

@ghost ghost added the needs-triage New issues, in need of classification label Feb 20, 2020
@jpkrohling jpkrohling added enhancement New feature or request openshift This item is related to OpenShift and removed needs-triage New issues, in need of classification labels Feb 20, 2020
@objectiser
Copy link
Contributor

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

@xmj
Copy link

xmj commented Sep 28, 2023

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

@iblancasa
Copy link
Collaborator

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?

@xmj
Copy link

xmj commented Sep 28, 2023

Thanks for your reply, here it is: #2334

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request openshift This item is related to OpenShift
Projects
None yet
Development

No branches or pull requests

4 participants