We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
collector
I need to be able to add the DNSConfig to the collector pods by way of the Operator. Today this is not exposed.
That DNSConfig is exposed as a part of the OpenTelemetryCollector API.
DNSConfig
OpenTelemetryCollector
I don't know of another way aside from a custom mutating webhook.
No response
The text was updated successfully, but these errors were encountered:
As a late follow up, it would be also be helpful to have DNSPolicy configurable.
DNSPolicy
Sorry, something went wrong.
@forestsword could you please describe the use-case you are trying to solve?
Sure, I'm following some internal best practices for our Kubernetes clusters where we use dnsmasq to cache and prevent overloading coredns.
The policy needs to be set to None and a custom dns configuration provided to use a local dnsmasq instead.
None
@forestsword we believe that this will resolve your issue. Please let me know if that's not the case!
yuriolisa
Successfully merging a pull request may close this issue.
Component(s)
collector
Is your feature request related to a problem? Please describe.
I need to be able to add the DNSConfig to the collector pods by way of the Operator. Today this is not exposed.
Describe the solution you'd like
That
DNSConfig
is exposed as a part of theOpenTelemetryCollector
API.Describe alternatives you've considered
I don't know of another way aside from a custom mutating webhook.
Additional context
No response
The text was updated successfully, but these errors were encountered: