-
Notifications
You must be signed in to change notification settings - Fork 228
Improve the SSH UX on errors #123
Comments
Also if the user shuts down the VM by issuing |
To this Ignite responds:
If the VM hasn't got an IP accessible from outside (its network config is invalid), Do these fulfill the requirements?
This is hard to implement, as for each "remote command failure" SSH reports exit code 255 and both "connection failed" and "the user rebooted the VM" return that code and the same error message. |
Leading to Ignite trying to reconnect to a rebooted VM, which is not what we want. |
I fixed a bunch of other issues though regarding authentication and warnings/errors for a seamless experience, will open a PR soon. If you want, I can make the connection timeout customizable via a flag (instead of the retries, which cannot be implemented due to |
For now, yes. If we find more stuff we want to improve later, then we'll do that.
Sounds good 👍
Can't we know that as long as the VM object's status is |
The problem is that the VM is still Either way, that's not for v0.4.1 like you said. All the other rework is now in #149. |
Ref #121
Make so that:
n
seconds.probably more...
The text was updated successfully, but these errors were encountered: