Replies: 1 comment 2 replies
-
Hi,
If you'd like the default mode to be rw, you can specify {
"feature": {
"fs":"write"
}
} If you'd like to write to tmp, you need to have: {
"feature": {
"fs": {
"read_write": ["/tmp"]
}
}
} |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Why mirrord didn't create a file in pod? It created a file in the local machine.
minikube version
minikube version: v1.30.1
cat a.py
with open("/tmp/test", "w") as file:
file.write("hj")
mirrord -V
mirrord 3.82.0
mirrord exec --target pod/sdp-0 python3 a.py
⠐ mirrord exec
x version check
✓ ready to launch process
✓ layer extracted
✓ operator not found
✓ agent pod created
✓ pod is ready
log of agent
agent ready - version 3.82.0
2024-01-12T02:19:46.082762Z WARN ThreadId(06) mirrord_agent::outgoing: interceptor_task -> no messages left
2024-01-12T02:19:46.082769Z WARN ThreadId(07) mirrord_agent::outgoing::udp: interceptor_task -> no messages left
Beta Was this translation helpful? Give feedback.
All reactions