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

minikube always modify virtualbox hostonly adapter dhcp configuration #4210

Closed
perrywang opened this issue May 6, 2019 · 2 comments
Closed
Labels
area/networking networking issues co/virtualbox kind/feature Categorizes issue or PR as related to a new feature. priority/awaiting-more-evidence Lowest priority. Possibly useful, but not yet enough support to actually get it done.

Comments

@perrywang
Copy link

problem
minikube code modify existing dhcp server configuration lowerip and upperip.
With some circumstance we need set same lowerip and upperip to get a predicted single VM ip. But the minikube code logic src/k8s.io/minikube/vendor/github.com/docker/machine/drivers/virtualbox/virtualbox.go
is always changing it to 192.168.99.100 ~ 192.168.99.254.
Could team expose args to indicate whether changing dhcp configuration to provide more flexibility?

@tstromberg
Copy link
Contributor

Our preference would be for minikube to have a predictable VM IP between restarts (#951).

We also have a feature request for making IP's settable: #2938

Do these issues cover what you are asking for, or are you looking for something different?

@tstromberg tstromberg added area/networking networking issues co/virtualbox kind/feature Categorizes issue or PR as related to a new feature. priority/awaiting-more-evidence Lowest priority. Possibly useful, but not yet enough support to actually get it done. labels May 14, 2019
@perrywang
Copy link
Author

@tstromberg thanks so much. I believe
mac as dhcp clientidentity fixed my problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/networking networking issues co/virtualbox kind/feature Categorizes issue or PR as related to a new feature. priority/awaiting-more-evidence Lowest priority. Possibly useful, but not yet enough support to actually get it done.
Projects
None yet
Development

No branches or pull requests

2 participants