-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
K8s Helm deploy seems to be buggy / broke #1816
Labels
bug
Something isn't working
Comments
Hello @Ron-Norman 👋🏽 Thanks for reporting this. We have updated the helm chart last week, are you using the latest version? |
I wonder if setting the service type to Can you try to deploy without the ingress route and see if it works? |
Thanks, I will give it a spin.
Thanks,
Ron N.
From: Pierre Tessier ***@***.***>
Sent: Wednesday, December 11, 2024 9:31 PM
To: open-telemetry/opentelemetry-demo ***@***.***>
Cc: Norman, Ron ***@***.***>; Mention ***@***.***>
Subject: Re: [open-telemetry/opentelemetry-demo] K8s Helm deploy seems to be buggy / broke (Issue #1816)
I've been able to replicate this on my end. It was due to this PR<open-telemetry/opentelemetry-helm-charts#1442>, which upgraded the Prometheus version to 3.x and made a few breaking changes with the OTLP receiver.
I have a fix<open-telemetry/opentelemetry-helm-charts#1462> tested and ready to go.
—
Reply to this email directly, view it on GitHub<#1816 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AU2NW2HIDVSEZUN4STIFT7L2FEGPNAVCNFSM6AAAAABTFHLYPCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKMZXG44TAOBUHE>.
You are receiving this because you were mentioned.Message ID: ***@***.******@***.***>>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug Report
When deployed as helm chart, most grafana dashboard panels are showing "No Data" and when I expose Prometheus and view target help, most are broken. I have not done any customizations other that creating ingress for frontend and Prometheus. If I deploy on docker it all seems to work.
Which version of the demo you are using?
NAME NAMESPACE REVISION UPDATED STATUS CHART APP VERSION
otel-demo default 2 2024-12-06 11:39:37.81596989 -0700 MST deployed opentelemetry-demo-0.33.7 1.12.0
Symptom
A clear and concise description of what the bug is.
When deployed as helm chart, most grafana dashboard panels are showing "No Data" and when I expose Prometheus and view target help, most are broken. I have not done any customizations other that creating ingress for frontend and Prometheus. If I deploy on docker it all seems to work. Also the dashboard service selector is not populated.
What do you expect to see?
Working the same as when deploy via docker.
Please describe the actual behavior experienced.
Same as above, see attach.
Could you provide the minimum required steps to resolve the issue you're seeing?
We will close this issue if:
Additional Context
Please feel free to add any other context about the problem here.
Here is my custom values file
prometheus:
server:
service:
type: LoadBalancer
loadBalancerIP: "10.10.230.111"
Kubectl output
The text was updated successfully, but these errors were encountered: