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, target allocator
When mtls support is enabled in the operator deployments that do not have target allocator enabled are failing because the secret does not exist:
MountVolume.SetUp failed for volume "default-ta-client-cert" : secret "default-ta-client-cert" not found
The secret isn't being created (presumably) because target allocator isn't enabled on the CR but the deployment is still requiring the mount.
deployment
Enable mtls for TA. Deploy a collector without TA enabled.
No mtls secrets are created, no secrets are required to start the collector.
TLS secrets are not created (as expected when TA is disabled), secret is required by the collector pod to start.
1.31
ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator:0.114.1
otel/opentelemetry-collector-k8s:0.114.0
No response
open-telemetry/opentelemetry-helm-charts#1469
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Component(s)
collector, target allocator
What happened?
Description
When mtls support is enabled in the operator deployments that do not have target allocator enabled are failing because the secret does not exist:
MountVolume.SetUp failed for volume "default-ta-client-cert" : secret "default-ta-client-cert" not found
The secret isn't being created (presumably) because target allocator isn't enabled on the CR but the
deployment
is still requiring the mount.Steps to Reproduce
Enable mtls for TA. Deploy a collector without TA enabled.
Expected Result
No mtls secrets are created, no secrets are required to start the collector.
Actual Result
TLS secrets are not created (as expected when TA is disabled), secret is required by the collector pod to start.
Kubernetes Version
1.31
Operator version
ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator:0.114.1
Collector version
otel/opentelemetry-collector-k8s:0.114.0
Environment information
No response
Log output
No response
Additional context
open-telemetry/opentelemetry-helm-charts#1469
The text was updated successfully, but these errors were encountered: