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 am specifying a configmap which contains the collector config and would like to pass it to the collector.
apiVersion: opentelemetry.io/v1alpha1 kind: OpenTelemetryCollector spec: mode: deployment image: collector-image configmaps: - name: mycm mountpath: mypath args: config: /var/conf/mypath/configmap-mycm/config.yaml
Collector is started with ( omitted other fields )
spec: containers: - args: - --config=/var/conf/mypath/configmap-mycm/config.yaml
( omitted other fields )
spec: containers: - args: - --config=/conf/collector.yaml
Am I missing something or configuring the args in incorrect way?
args
I do see the config from confimap mounted correctly at the above location.
Thank you for viewing this.
1.29.0
v0.95.0
v0.97.0
EKS
No response
The text was updated successfully, but these errors were encountered:
This is expected behavior.
This is dup of #2871
Sorry, something went wrong.
No branches or pull requests
Component(s)
collector
What happened?
Description
I am specifying a configmap which contains the collector config and would like to pass it to the collector.
Steps to Reproduce
Expected Result
Collector is started with ( omitted other fields )
Actual Result
( omitted other fields )
Am I missing something or configuring the
args
in incorrect way?I do see the config from confimap mounted correctly at the above location.
Thank you for viewing this.
Kubernetes Version
1.29.0
Operator version
v0.95.0
Collector version
v0.97.0
Environment information
Environment
EKS
Log output
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: