-
Notifications
You must be signed in to change notification settings - Fork 344
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
Expose collector via Ingress in Kubernetes Cluster #2275
base: main
Are you sure you want to change the base?
Conversation
Hi @pranoyk. Thanks for your PR. I'm waiting for a jaegertracing member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
@jpkrohling @iblancasa Can you confirm the above mentioned points in the solution is what we have finalized as per what is mentioned here. |
Yes, I think that approach is OK. cc @rubenvp8510 |
@iblancasa I have a query. While implementing this should the assumption be that the ingress object in the query and the ingress object in the collector should be the same? If it's going to be the same should we allow the user in case they have added an ingress object in let's say only query and copy it to the collector as well in the background and vice versa? |
I think:
The Ingress from the collector should be different from the one from the query, IMO. |
Do we need this? I thought we want to deprecate |
At some point, but not in the near future. |
Ok. So in case there are both |
Yes. |
9b5248c
to
e5d2a6f
Compare
So here is what I am planning to do. I am copying the data between One thing with |
Please, could you elaborate a little bit more? |
wrt |
The collector is not creating any ingresses right now. |
f716aaa
to
61de93b
Compare
… .spec.query.ingress Signed-off-by: Pranoy Kundu <[email protected]>
61de93b
to
2ed5f73
Compare
@iblancasa Could you approve the e2e-tests to be run, also the PR is ready to be reviewed. |
This PR will fix the issue #1048
Solution :