You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In our organization we have the policy to use docker images from our own AWS ECR repo.
Hence I had pulled this image "otel/opentelemetry-collector-contrib:0.83.0" and pushed into our AWS ECR and mapped it in the values file.
The pods are getting into CrashLoopBackOff state, while if I simply use "otel/opentelemetry-collector-contrib:0.83.0" this image, the deployment is working fine.
Expected Result
Expecting to deploy using our own docker images
Actual Result
Error:
failed to create containerd task: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: exec: "/otelcol-contrib": stat /otelcol-contrib: no such file or directory: unknown
Collector version
0.83.0
Environment information
Environment
Kubernetes
OpenTelemetry Collector configuration
No response
Log output
failed to create containerd task: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: exec: "/otelcol-contrib": stat /otelcol-contrib: no such file or directory: unknown
Additional context
No response
The text was updated successfully, but these errors were encountered:
Component(s)
cmd/otelcontribcol
What happened?
Description
In our organization we have the policy to use docker images from our own AWS ECR repo.
Hence I had pulled this image "otel/opentelemetry-collector-contrib:0.83.0" and pushed into our AWS ECR and mapped it in the values file.
The pods are getting into CrashLoopBackOff state, while if I simply use "otel/opentelemetry-collector-contrib:0.83.0" this image, the deployment is working fine.
Expected Result
Expecting to deploy using our own docker images
Actual Result
Error:
failed to create containerd task: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: exec: "/otelcol-contrib": stat /otelcol-contrib: no such file or directory: unknown
Collector version
0.83.0
Environment information
Environment
Kubernetes
OpenTelemetry Collector configuration
No response
Log output
failed to create containerd task: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: exec: "/otelcol-contrib": stat /otelcol-contrib: no such file or directory: unknown
Additional context
No response
The text was updated successfully, but these errors were encountered: