Closed cbenjemaa closed 2 years ago
Hey @cbenjemaa - thanks for creating the issue.
We're about to release a new version of the opentelemetry collector chart that switches from using command
to args
when starting the image. Using args means the image's command is not overwritten and so allows swapping between the core and contrib images.
I've just been through and tested replacing repository
in values.yml to "otel/opentelemetry-collector" and the pod started up as expected.
Linked to #107
Is the fix already pushed ?
@cbenjemaa not yet, it should be ready soon. I'll post back here when available.
@cbenjemaa , the new chart v1.1.0 is now published and available for use!
Versions
Chart: opentelemetry-collector-1.0.0 Helm: v3.7.1 Kubernetes cluster: 1.20.12-gke.1500
Steps to reproduce
values.yaml
Additional context
helm get manifest otel-collector
The otel chart
v1.0.0
is release withopentelemetry-collector-contrib:0.36.0
but I wanted to tryopentelemetry-collector:0.41.0
But the containers fails to run because
opentelemetry-collector-contrib
docker container uses/otelcontribcol
command andopentelemetry-collector
docker container uses/otelcorecol
.Unfortunately the're no way with the current chart to set the command in
deployment.yaml
.PS: If you confirm this bug I'd like to work on a fix