-
Notifications
You must be signed in to change notification settings - Fork 8
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
Error about invalid argument "-component.UseLocalHostAsDefaultHost" #311
Comments
I also get the same error when setting up with mode "deployment", hence sounds more general.... |
confirming that 0.14.0 starts without errors |
The issue is cause by inconsistent state of the feature gate used here. Since in the dynatrace-otel-collector we use components from 2 repositories (core and contrib), each of them have a different state of the feature gate, which I consider a bug, already reported here. The fix for now is to not use the feature gate We will try to fix inconsistency issues ASAP in upstream |
Linking a PR fixing the issue in upstream here |
The PR just got merged, therefore after the next upstream release, we can proceed with dynatrace-otel-colectro release. Afterwards the feature gate will be stable in all components and therefore it won't be possible to disable or use it anymore |
The upstream has released a new version Closing this issue as resolved, since the next release is on the way. |
Describe the bug
With the latest release (v0.15.0), I get the following error in all OTel collector pods when deploying with the OpenTelemetry Operator:
My deployment is mostly aligned with the Dynatrace OTel collector deployment docs, with the main difference that I use
mode: "daemonset"
(see below). With v0.14.0 everything works fine.I assume this is related to open-telemetry/opentelemetry-operator#3306.
To Reproduce
I deploy the Dynatrace OTel Collector with the OpenTelemetry Operator according to the steps described in Dynatrace OTel collector deployment docs with Deploy as an agent (DaemonSet). My
OpenTelemetryCollector
manifest looks like this:Expected behavior
I expected that on each Kubernetes node a pod
dynatrace-otel-collector-...
is successfully started.Additional context
I am using Kubernetes version 1.29 in AWS EKS.
The text was updated successfully, but these errors were encountered: