-
Notifications
You must be signed in to change notification settings - Fork 494
New issue
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
auto-instrumentation: can't preserve ownership of initcontainer volume #2616
Comments
Update: It doesn't seem to be related to the available storage limit. |
Can you post the application's Deployment manifest? I've faced the same issue with the Node.js instrumentation, which I've been able to pinpoint to container settings |
I had |
I would say #2695 should fix this issue |
Closing as complete as #2695 is now merged. Please open a new issue if the problem is still present. |
Component(s)
instrumentation
What happened?
Description
I using python auto-instrumentation in a kubernetes cluster. I have installed the operator and the instrumentation CRD (all up to date).

I have deployed about 6 services, all using fastapi. And one of my service isn't sending metrics and traces to my collector.
The collector is the same, operator same, same namespace and the instrument CR too.
Steps to Reproduce
Expected Result
Init container booting and finished without any issues..
Actual Result
When my pods is starting, the init container launch and this kind of error message appears:
cp: can't preserve ownership of '/otel-auto-instrumentation-python/./zipp-3.17.0.dist-info/top_level.txt': Operation not permitted
I can't get traces or metrics exported to my collector...
Here is a screenshot of the initcontainer logs:
Kubernetes Version
v1.28.5-eks-5e0fdde
Operator version
v0.93.0
Collector version
v0.90.1
Environment information
Log output
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: