opentelemetry-helm-charts icon indicating copy to clipboard operation
opentelemetry-helm-charts copied to clipboard

Support hostAliases customization in otel collector

Open ethernoy opened this issue 3 years ago • 3 comments

We can add hostAliases customization to otel collector helm chart.

https://kubernetes.io/docs/tasks/network/customize-hosts-file-for-pods/

I am happy to submit a PR for this :)

ethernoy avatar Sep 27 '21 02:09 ethernoy

@ethernoy sorry for the delayed response. why it must be part of this helm chart? can it be deployed separately?

dmitryax avatar Mar 03 '22 23:03 dmitryax

I think this would solve a problem we are having at the moment. We need to configure some applications to point to the open telemetry collector (app pods are on the same node as the daemonset pod) in a static way (can't use environment variables). We are having a hard time getting this working because we can't use the downward api.

oluatte avatar Jun 09 '22 23:06 oluatte

Ok, it sounds reasonable. Feel free to submit a PR

dmitryax avatar Jun 10 '22 01:06 dmitryax