-
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
Facing issues in getting the IP address to access Jaeger-UI on Linux platform #1568
Labels
bug
Something isn't working
Comments
Hello Team, can you please review this issue? |
Hi, did your cluster having Ingress controller to satisfy the ingress, merely creating the ingress resource will have no effect. |
|
antoniomerlin
pushed a commit
to antoniomerlin/jaeger-operator
that referenced
this issue
Feb 5, 2024
if spec.IngressClassName is not specified in CRD, then this will query kubernetes API for getting list of IngressClasses and look for if any default IngressClass is available, if present the it attach that IngressClass to networkingv1.IngressSpec of jaegerIngress and if not available then it check for nginx ingress controller and attach that and if nothing is avalable then it do nothing. Signed-off-by: Gaurav Singh <[email protected]>
antoniomerlin
pushed a commit
to antoniomerlin/jaeger-operator
that referenced
this issue
Feb 6, 2024
if spec.IngressClassName is not specified in CRD, then this will query kubernetes API for getting list of IngressClasses and look for if any default IngressClass is available, if present the it attach that IngressClass to networkingv1.IngressSpec of jaegerIngress and if not available then it check for nginx ingress controller and attach that and if nothing is avalable then it do nothing. Signed-off-by: Gaurav Singh <[email protected]>
antoniomerlin
pushed a commit
to antoniomerlin/jaeger-operator
that referenced
this issue
Feb 12, 2024
added function getIngressClass which set default or nginx ingress class to jaeger define ingress for providing loadbalancer IP. Signed-off-by: Gaurav Singh <[email protected]>
iblancasa
pushed a commit
that referenced
this issue
Mar 11, 2024
* fixes #1568 #2225 added function getIngressClass which set default or nginx ingress class to jaeger define ingress for providing loadbalancer IP. Signed-off-by: Gaurav Singh <[email protected]> * Added test for checking if ingressClass is not set then the default or nginx ingressClass is added to the jaeger ingress. Signed-off-by: Gaurav Singh <[email protected]> * Added request chenges mentioned by iblancasa re: test for checking if ingressClass is not set then the default or nginx ingressClass is added to the jaeger ingress. Signed-off-by: Gaurav Singh <[email protected]> * changed func name from getInClusterAvailableIngressClasses() to getInClusterAvailableIngressClass() and updated manifests Signed-off-by: Gaurav Singh <[email protected]> * fixed formatting Signed-off-by: Gaurav Singh <[email protected]> --------- Signed-off-by: Gaurav Singh <[email protected]> Co-authored-by: Gaurav Singh <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Hi Team,
I am working on jaeger deployment using jaeger-operators on the Ubuntu Linux/AMD64 machine using minikube.
I have followed the docs, addon ingress to minikube, installed operator using given yaml files, and activated extra features. Then created the jaeger instance once jaeger-operator is ready with namespace ‘observability’, following the above linked documentation.
Below is the output of
kubectl get all -n observability
:However, I am not getting the value of address, where Jaeger-UI is available. Below is the ingress information:
I have verified that ingress is addon to minikube.
Can you please provide some pointers on what could be the issue here?
To Reproduce
I have exactly followed the getting started document.
Expected behavior
Ingress should serve the Jaeger-UI and IP address must be returned.
Screenshots
NA
Version (please complete the following information):
What troubleshooting steps did you try?
Checked that ingress is addon to minikube.
Additional context
NA
The text was updated successfully, but these errors were encountered: