-
Notifications
You must be signed in to change notification settings - Fork 10
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
Error not shown when agent image can't be pulled #178
Comments
I'm getting a different behavior. When setting: "agent": {
"image": "invalid/mirrord-agent:latest"
}, The IDE freezes, until we get "mirrord process timed out", resulting in a very generic failure "Error running 'sample' mirrord failed" (don't see output from my sample project). Weird part is, this is also the behavior if you don't have a valid config (e.g. trailing comma). All of this was tested with a java project. Will try to simulate valid agent image, but no network access 🤔 |
Looks like the hanging only occurs for java projects. But alas, running with an invalid agent image setting produces an error (as expected), and doesn't run the sample app (again, as expected). |
Alright, I gave this a few more runs, here's what I got:
default agent logs
I have a cached image, so it makes sense that this would work. What's happening here is probably an error in the agent when we try to detect which network interface to use, shouldn't be relevant for the missing agent issue though.
I've set |
Bug Description
A user reported that our image registry is blocked in their cluster, so the agent can't be created. However, the local process runs with no apparent problem - the error was detected only when the user tried to receive incoming traffic.
Steps to Reproduce
I think entering a fictional path in AGENT_IMAGE should do the trick
Backtrace
No response
Relevant Logs
No response
Your operating system and version
N/A
Local process
N/A
Local process version
No response
Additional Info
No response
The text was updated successfully, but these errors were encountered: