-
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
Download kvm2 driver #5085
Download kvm2 driver #5085
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: josedonizetti 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 |
279a3b0
to
90a12d5
Compare
@afbjorklund @medyagh can I get some feedback on how this is designed? and any concerns? |
the overall looks good to me ! my only nit is if it works on windows. |
@medyagh windows won't be supported. At least for now, it will only be for linux/kvm2 driver, and latter osx/hyperkit. |
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.
@medyagh windows won't be supported. At least for now, it will only be for linux/kvm2 driver, and latter osx/hyperkit.
I guess we don't need drivers for windows so thats okay !
@medyagh yup, the HyperV driver comes with the libmachine code, it's not an external binary. |
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.
Looks good for a first iteration. Can we merge this?
@tstromberg This is working, so yeah we can merge, but I will keep working on it. Would it be okay to do it in following PRs? |
adbee98
to
87f2109
Compare
Looks great: Let me know if I can provide any help to dig to the bottom of this integration test failure:
|
@minikube-bot Ok to test |
744c923
to
dfdd46a
Compare
@minikube-bot Ok to test |
60722c2
to
0331e4f
Compare
/retest |
@minikube-bot Ok to test |
Travis tests have failedHey @josedonizetti, 1st Buildmake test
TravisBuddy Request Identifier: 8829fd50-d431-11e9-847a-07722ef8bbdd |
9564844
to
9c4a97e
Compare
32a4c6e
to
6898cb1
Compare
Travis tests have failedHey @josedonizetti, 1st Buildmake test
TravisBuddy Request Identifier: 6e1dada0-d4a2-11e9-847a-07722ef8bbdd |
w00t! This is a huge usability improvement for Linux users. Thank you so much! |
fix for #4391