Skip to content
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

VirtualBox driver uses virtio network driver #2211

Merged
merged 1 commit into from
Nov 27, 2017
Merged

VirtualBox driver uses virtio network driver #2211

merged 1 commit into from
Nov 27, 2017

Conversation

ijl
Copy link
Contributor

@ijl ijl commented Nov 22, 2017

Kernel has CONFIG_VIRTIO_NET=y.

Read more at https://www.virtualbox.org/manual/ch06.html

Closes #2196.

@k8s-ci-robot
Copy link
Contributor

Thanks for your pull request. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

📝 Please follow instructions at https://github.com/kubernetes/kubernetes/wiki/CLA-FAQ to sign the CLA.

It may take a couple minutes for the CLA signature to be fully registered; after that, please reply here with a new comment and we'll verify. Thanks.


  • If you've already signed a CLA, it's possible we don't have your GitHub username or you're using a different email address. Check your existing CLA data and verify that your email is set on your git commits.
  • If you signed the CLA as a corporation, please sign in with your organization's credentials at https://identity.linuxfoundation.org/projects/cncf to be authorized.
  • If you have done the above and are still having issues with the CLA being reported as unsigned, please email the CNCF helpdesk: [email protected]

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. I understand the commands that are listed here.

@k8s-ci-robot k8s-ci-robot added cncf-cla: no Indicates the PR's author has not signed the CNCF CLA. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Nov 22, 2017
@minikube-bot
Copy link
Collaborator

Can one of the admins verify this patch?

@dlorenc
Copy link
Contributor

dlorenc commented Nov 22, 2017

Any chance you can sign the CLA?

@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. and removed cncf-cla: no Indicates the PR's author has not signed the CNCF CLA. labels Nov 22, 2017
@ijl
Copy link
Contributor Author

ijl commented Nov 22, 2017

@dlorenc yes, CLA is green now.

@codecov-io
Copy link

Codecov Report

Merging #2211 into master will increase coverage by 0.02%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2211      +/-   ##
==========================================
+ Coverage   27.73%   27.76%   +0.02%     
==========================================
  Files          82       82              
  Lines        5538     5540       +2     
==========================================
+ Hits         1536     1538       +2     
  Misses       3806     3806              
  Partials      196      196
Impacted Files Coverage Δ
pkg/minikube/cluster/cluster.go 31.52% <100%> (+0.46%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update aa7ddbc...866c0e6. Read the comment docs.

@r2d4
Copy link
Contributor

r2d4 commented Nov 22, 2017

@minikube-bot ok to teset

@dlorenc
Copy link
Contributor

dlorenc commented Nov 24, 2017

@minikube-bot test this please

@dlorenc
Copy link
Contributor

dlorenc commented Nov 24, 2017

We could avoid making this a flag and set it by default for all platforms except Windows, if we think it won't work there. We'd have to move createVirtualboxHost (or a small part of it) from cluster.go into the platform-specific cluster_{darwin|windows|linux}.go files.

@dlorenc
Copy link
Contributor

dlorenc commented Nov 27, 2017

Actually this looks good - it looks like any recent version of windows supports this so it should be safe.

@dlorenc dlorenc merged commit bbb53c9 into kubernetes:master Nov 27, 2017
@ijl ijl deleted the vbox-virtio branch December 4, 2017 16:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants