-
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
Implement socket_vmnet network (QEMU) #14989
Conversation
f6587cc
to
1e57e04
Compare
fbc8685
to
1525689
Compare
b29a4da
to
b9af80e
Compare
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.
the PR looks good to me except we need a documentation page, and also I think we might wanna change the name "socket" to be something more meaningful
I hate to use overloaded words, socket means a lot of things in many worlds.
how about we use a name like "socket_vmnet" or "lima_socket" ?
I also like to know what @afbjorklund thinks
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 was able to create a minikube
cluster with network=socket_vmnet
and running the service
subcommand.
I have some comments but nothing really serious(mainly translation even though they are not perfect):
e5cd1e9
to
f11d12d
Compare
Co-authored-by: Akihiro Suda <suda.kyoto@gmail.com>
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 work, well done!
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: klaases, medyagh, spowelljr The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@@ -50,6 +50,7 @@ import ( | |||
"k8s.io/minikube/pkg/minikube/reason" |
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.
Closes #15038
Closes #14692
Implemented socket_vmnet network for the QEMU driver
minikube start:
minikube service:
minikube tunnel:
starting with user network (backwards-compatibility)