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

  1. Deploy a busybox image;
  2. 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)

Commits related to this issue

Most upvoted comments

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!

$ MIRRORD_AGENT_RUST_LOG="mirrord=trace" MIRRORD_AGENT_TTL=60 mirrord exec --target pod/busybox-58d584f97b-dggqz -- ./main 
✓ layer initialized
✓ agent running
  ✓ agent pod created
  ✓ pod is ready
Start!

Thanks for you guys help! ❤️