-
Notifications
You must be signed in to change notification settings - Fork 16
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
Allow custom route specification on GlobalRouteDiscovery #39
Comments
The configuration you describe should actually be supported by the operator, so the addition you mention should not be needed. |
Hi, yes the global route may only be assigned to routes labeled, lets say, What I mean is, just correctly labeling an application
But It's not listed as a configurable spec in Can you confirm this is already possible? |
it should already work, the route discovery operator should correctly populate those fields.
|
may I close this? |
Hi all,
we are trying to configure the operator in a cloud infrastructure (AWS) and are facing problems to use custom OCP routes:
We've create a custom service to enable valid HTTPS traffic, with custom certs, through global load balancer and keep our (also valid, not self-signed) cluster certs working.
In this way we can use endpoints from our cluster domain, and use endpoints with a "global" domain, pointing to another Load Balancer, managed by this new service, and configured with the relevant cert/key.
Like:
cluster1
:cluster-manager
:It works fine, but we loose the Auto Discovery because can not set these parameters in the GlobalRouteDiscovery resource:
Can we have this option? to auto create GlobalDNSRecord with specific router names/namespaces?
Thanks
The text was updated successfully, but these errors were encountered: