-
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 kernel configs for supporting vsocks #1686
Conversation
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.
Nice. Not really sure the use for this as it is linux only and running containers natively seems to be the best solution there.
Edit: Oh nice vsock works on OSX too.
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.
I think we also need CONFIG_VHOST_VSOCK=y
Added the CONFIG_VHOST_VSOCK option too. It magically appeared after I had enabled the networking vsock module. |
Codecov Report
@@ Coverage Diff @@
## master #1686 +/- ##
==========================================
+ Coverage 38.67% 38.71% +0.03%
==========================================
Files 51 51
Lines 2671 2671
==========================================
+ Hits 1033 1034 +1
+ Misses 1457 1456 -1
Partials 181 181
Continue to review full report at Codecov.
|
@minikube-bot retest this please |
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.
Thanks! Could you build a new ISO and bump it in the Makefile once this goes in?
cc @dlorenc we might eventually need this?