-
Notifications
You must be signed in to change notification settings - Fork 444
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
Cannot deploy OpenTelemetryCollector to operator #3452
Comments
@iblancasa could this be related to #3281? |
I don't think so. @frmrm is this happening with all your collectors or just with a set of them? |
This is the only collector we deploy directly with a CRD. The rest are injected as sidecars, ship to this collector, and this collector "fans out" to some different services / does some filtering before things leave the cluster. Because we weren't able to deploy this we had to roll back, which got us working again so it's certainly something that was introduced in one of the recent versions. (Or something unique to upgrading between them, I'm unsure.) |
I just encountered the same issue with the error message when I was deploying version 0.113.0
So (just as a test) I rolled back to 0.108.0 seems like something broke in between. Did anything change in the CRD? |
Can you share the manifest? |
Component(s)
No response
What happened?
Description
We are attempting to upgrade our Open Telemetry Connector deployment from 0.92 to 0.113 and are having issues getting an Open Telemetry Collector that works fine in the older version to work in the newer version of the operator. The error message that comes back is quite opaque and so far looking through the source hasn't yielded much insight for me in terms of what's going on.
I did update the collector definition slightly to be compatible with the v1beta1 api syntax, but otherwise left it untouched from the version that deploys just fine in 0.92.
Steps to Reproduce
Expected Result
It's expected that this would work because it works in 0.92.
Actual Result
We see the following error while attempting to push the collector:
Kubernetes Version
1.30.5
Operator version
0.113
Collector version
0.113
Environment information
Environment
Deployed from Helm charts.
Log output
Additional context
No response
The text was updated successfully, but these errors were encountered: