Open frmrm opened 4 days ago
@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?
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.)
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