You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a requirement to have multiple prometheus_client outputs on telegraf.
The configuration is read properly, it works well and I can curl it from within the pod or from another pod.
The error is the following:
Failed sync attempt to : one or more objects failed to apply, reason: Service "telegraf" is invalid: [spec.ports[3].name: Duplicate value: "prometheus-client", spec.ports[4].name: Duplicate value: "prometheus-client"] (retried 5 times).
Hello,
I have a requirement to have multiple prometheus_client outputs on telegraf.
The configuration is read properly, it works well and I can curl it from within the pod or from another pod.
The error is the following:
The issue is at the service level: https://github.com/influxdata/helm-charts/blob/master/charts/telegraf/templates/service.yaml#L96-L103
The only issue is with the service manifest, everything else works fine.
How can I proceed with this?
The text was updated successfully, but these errors were encountered: