-
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
hyperv: Run "sudo poweroff" before stopping VM #4758
hyperv: Run "sudo poweroff" before stopping VM #4758
Conversation
Hi @blueelvis. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: blueelvis The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Can one of the admins verify this patch? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch! I did not realize until now that we weren't even attempting SSH poweroff unless delete
was called. Just some minor stylistic changes to request.
@minikube-bot OK to test |
@blueelvis the PR looks good to me, after the above comments are fixed. |
I mark this WIP, please ping me when updated |
Tests look good. I am very eager to see this merged once review comments are addressed. |
f422a9e
to
ed94288
Compare
@medyagh - Done. Sorry for the delay, got caught up in office. Let me know once you are about to configure Windows tests. Would love to see how you set it up :) @tstromberg - Glad to hear that! Just curious though that even after I have marked your comments as resolved, the robot is still saying that there are changes requested. -Pranav |
@blueelvis thank you for resolving the requests, I will hook up the windows tests next week. have you tested them locally? |
@medyagh - Sure. Let me know once they have been hooked up. Yes, I have tested them locally and the issues mentioned above are being fixed with this PR. |
Fixes #4661 #2914
minikube stop
will first runsudo poweroff
via SSH into the minikube Virtual Machine and then proceed ahead with the normal stop related procedures.