-
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
Fix crash when deleting the cluster but it doesn't exist #4980
Fix crash when deleting the cluster but it doesn't exist #4980
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? |
Can you please fix your line endings to not insert the ^M ( https://help.github.com/en/articles/configuring-git-to-handle-line-endings It is making the changes to the build_guide.md look much bigger than what it is... Thanks! |
Sorry about that. Fixed the issue. For some reason, the other files were in LF. Let me know if this requires any more edits :) Thanks! |
@minikube-bot OK to test |
I'm not sure what you mean here. |
Agreed that it could cause the deletion of the entire If you agree, I can implement this in this same PR as well. |
@blueelvis This looks to be ready to merge once it's rebased. |
d151c33
to
e0d3e0c
Compare
@sharifelgamal @tstromberg - I am creating a new issue to delete the -Pranav |
Travis tests have failedHey @blueelvis, 1st Buildmake test
TravisBuddy Request Identifier: ba55a3c0-d7c3-11e9-b57f-f7c3bbd28520 |
|
Gofmt
@tstromberg - I fixed the linting and the above error mentioned. Any idea why Jenkins is failing? Doesn't seem to be related to this PR. |
Thank you! |
Fixes #4459
I think that we should have a force deletion switch as well where it deletes the
.minikube
folder as well. What do you think?-Pranav