You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previously `limactl edit` returned an error when the instance was running.
- Interactive (tty, no --set): prompt the user to stop the instance first;
abort if declined. After editing and validation, prompt to restart as usual.
- Non-interactive (--set): validate the new config first so the instance
stays running if validation fails. Stop, apply, and restart automatically
only after validation succeeds.
Fixes: #3346
Signed-off-by: Ramadhan Gerry Akbar <ramadhan.gerry@gmail.com>
0 commit comments