[Feature Request] Add support for overriding namespace when using Kubernetes Automatic Service Discovery #3892
Replies: 2 comments
-
If there's interest, I have a PR ready for submission. I'm just unclear how to build and test this easily in my cluster. |
Beta Was this translation helpful? Give feedback.
0 replies
-
This discussion has been automatically closed due to lack of community support. See our contributing guidelines for more details. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
I mistakenly thought that adding an
Ingress
annotation ofgethomepage.dev/namespace
would allow overriding the namespace of theIngress
to discover pods running in different namespaces. Looks like this isn't supported with Kubernetes Ingress Automatic Service Discovery.I can get it to work with the
services.yaml
file as shown below.But it would be slick if I could configure this in the
Ingress
itself as shown below.I think the following code change would get things moving, but I'm not sure yet how to build/deploy/test out of the repo
Other
No response
Beta Was this translation helpful? Give feedback.
All reactions