-
Notifications
You must be signed in to change notification settings - Fork 3
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
UDP protocol is causing ingress errors #4
Comments
My recollection is using ingress to expose the |
However, since I am revising this chart in preparation for migration to the prometheus-community chart repo, I will review the ingress implementation from scratch. I don't think the config in values.yaml is clear enough, and it might be a good idea to upgrade the ingress resource version as well. |
That's great to hear, good luck with that! |
Yes, after review, the ingress resource was not properly implemented in this chart. For migration, I considered removing it altogether. However, I have modified it to expose the To make this chart expose the I really appreciate your interest in this and sorry again for the lack of timely feedback. I had an issue with my github notifications. |
When deploying the chart with ingress enabled, the ingress controller starts to fire this error repeatedly -
ingress-nginx-controller-69f5db9c45-6wwpp controller W0909 07:44:00.417018 6 controller.go:916] Service "monitoring/prometheus-statsd-exporter" does not have any active Endpoint.
If I remove it and leave only the TCP port, things start to work as expected.
According to the nginx controller docs, exposing UDP services should be done differently.
Did this setup work for you when you've added it to the chart?
The text was updated successfully, but these errors were encountered: