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

Ensures that we get the same IP between start/delete #517

Merged
merged 1 commit into from
Aug 24, 2016

Conversation

r2d4
Copy link
Contributor

@r2d4 r2d4 commented Aug 24, 2016

The xhyve driver added support for the UUID flag in xhyve
machine-drivers/docker-machine-driver-xhyve#133

Fixes #516

It would be nice to add an integration test for this once (if) we can get this behavior with the other drivers.

@jimmidyson
Copy link
Member

We'll need to remember this if we ever decide to run multiple minikubes on the same machine, but LGTM for now.

@codecov-io
Copy link

Current coverage is 30.30% (diff: 100%)

Merging #517 into master will not change coverage

@@             master       #517   diff @@
==========================================
  Files            39         39          
  Lines          1594       1594          
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
  Hits            483        483          
  Misses         1003       1003          
  Partials        108        108          

Powered by Codecov. Last update 59ad726...7570ae1

@@ -22,6 +22,9 @@ import (
"k8s.io/minikube/pkg/minikube/constants"
)

// Ensures that we get assigned the same IP across deletes/starts
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was this just randomly generated?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah using uuidgen on OS X

@dlorenc
Copy link
Contributor

dlorenc commented Aug 24, 2016

LGTM

@dlorenc
Copy link
Contributor

dlorenc commented Aug 24, 2016

ref #370

@dlorenc dlorenc merged commit 761668e into kubernetes:master Aug 24, 2016
@r2d4 r2d4 deleted the uuid-xhyve branch September 22, 2016 20:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants