-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Add fast-path for restarting a cluster when the configuration is unchanged #4184
Comments
Deferring for another release. Doing a prototype, I find that at best there is currently 20% savings for VM's not running, though a lot of savings if there is not. One problem is that stopped VM's are rebooted at start :( I'm not sure if this is limited to libmachine or not. |
having pause command will make the need to stop minikube less often |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Fixed. |
If the specified configuration is identical to the current configuration:
#3293 was trying to solve this, but the logic to assert that the configuration was the same was never implemented. I feel that this would be a huge performance benefit for our users.
The text was updated successfully, but these errors were encountered: