mirrord: "unexpected response - expected env vars response None"
Bug Description
I tried to use a binary executable file for testing.
And the pod crashed:
mirrord exec --target pod/busybox-58d584f97b-pbtv8 -- ./main
✓ layer initialized
✓ agent running
✓ agent pod created
✓ pod is ready
unexpected response - expected env vars response None
Terminated
Steps to Reproduce
- Deploy a busybox image;
- Use mirrord
mirrord exec --target pod/busybox-58d584f97b-pbtv8 -- ./main
;
Backtrace
No response
Relevant Logs
No response
Your operating system and version
Centos 7.9
Local process
None
Local process version
No response
Additional Info
No response
About this issue
- Original URL
- State: closed
- Created 2 years ago
- Comments: 18 (9 by maintainers)
I figured it out! It just my develop machine’s network problem. I tried on my Mac M1 Pro and win10 AMD machine, it worked just fine!
Thanks for you guys help! ❤️