-
Notifications
You must be signed in to change notification settings - Fork 8.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
Metrics service in Helm chart should have protocol in port name #8660
Comments
@anders-swanson: This issue is currently awaiting triage. If Ingress contributors determines this is a relevant issue, they will accept it by applying the The 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. |
If this is because istio/kiali can not use a portNumber, then are you thinking of submitting a PR for this ? |
Yes, I can submit a PR for this. |
Thank you. Please help by posting the config of every related objects using On a different note, do you know if this problem is related to istio/kiali . Just curious because wondering why its not been reported before. |
It is. Istio/Kiali have a requirement that every port follow the naming convention |
The controller-service-metrics port in the ingress-nginx helm chart is missing a protocol prefix for the K8s Service port name: https://github.com/kubernetes/ingress-nginx/blob/main/charts/ingress-nginx/templates/controller-service-metrics.yaml#L34
The service port name should follow the convention of other ports, e.g., https://github.com/kubernetes/ingress-nginx/blob/main/charts/ingress-nginx/templates/controller-service-webhook.yaml#L31, to allow integration with other tools like Istio+Kiali.
The text was updated successfully, but these errors were encountered: