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
Enable auto-instrumentation of a nodejs application like the one above.
Expected Result
It should not crash.
Actual Result
It fails to start with the following error:
cp: can't preserve ownership of '...': Operation not permitted
Kubernetes Version
v1.28.3
Operator version
0.93.0
Collector version
latest
Environment information
Environment
Cloud: GKE
Log output
cp: can't preserve ownership of '/otel-auto-instrumentation-nodejs/./autoinstrumentation.js': Operation not permittedcp: can't preserve ownership of '/otel-auto-instrumentation-nodejs/./autoinstrumentation.d.ts.map': Operation not permitted
...
Additional context
No response
The text was updated successfully, but these errors were encountered:
…tion (open-telemetry#2695)
* Not preserve the ownership of the files copied in the autoinstrumentation. Closesopen-telemetry#2655
Signed-off-by: Israel Blancas <iblancasa@gmail.com>
* Update .chloggen/fix-2655.yaml
Co-authored-by: Mikołaj Świątek <mail+sumo@mikolajswiatek.com>
---------
Signed-off-by: Israel Blancas <iblancasa@gmail.com>
Co-authored-by: Mikołaj Świątek <mail+sumo@mikolajswiatek.com>
Component(s)
No response
What happened?
Description
Node.js application enters CrashLoop backoff when auto-instrumentation is enabled:
Steps to Reproduce
Enable auto-instrumentation of a nodejs application like the one above.
Expected Result
It should not crash.
Actual Result
It fails to start with the following error:
Kubernetes Version
v1.28.3
Operator version
0.93.0
Collector version
latest
Environment information
Environment
Cloud: GKE
Log output
Additional context
No response
The text was updated successfully, but these errors were encountered: