-
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 multi-node cluster capabilities #6787
Merged
Merged
Changes from 9 commits
Commits
Show all changes
50 commits
Select commit
Hold shift + click to select a range
8536fb7
changes and things
sharifelgamal ec19111
let's move some start code around
sharifelgamal 7853387
add new setup cluster file
sharifelgamal 4af8291
Merge branch 'master' of github.com:kubernetes/minikube into m2
sharifelgamal f22efd8
mostly moving code around and adding UpdateNode
sharifelgamal 9a3ecab
fixed more stuff
sharifelgamal be9c5f4
pass in the node object into add
sharifelgamal f0ca34b
fix unit tests
sharifelgamal b2ba874
SaveNode is simpler yeah
sharifelgamal f5bdba6
fix kvm2 configurator
sharifelgamal feaa9fc
hyperv and none drivers needed fixing too
sharifelgamal 3d72152
fixing lint and other random incorrect stuff
sharifelgamal 39f03bc
prepareNone was in the wrong spot
sharifelgamal 0fadf91
i think it works?
sharifelgamal e3826a5
fix ip command
sharifelgamal 676588f
refactor machine name creation into a function
sharifelgamal d7df027
fix delete and stop
sharifelgamal e7f8abc
fix waitfornode
sharifelgamal 9f82d68
actually cache images on cluster startup
sharifelgamal 2bf3b9a
move caching code to cluster
sharifelgamal 0cc0a25
passing correct machine name around
sharifelgamal a349b86
correct machine name for selectDriver
sharifelgamal 64ca925
Merge branch 'master' of github.com:kubernetes/minikube into m2
sharifelgamal 05116ab
more fallout for the merge-pocalypse
sharifelgamal ef93b29
fix build failures
sharifelgamal e3227a2
Merge branch 'master' of github.com:kubernetes/minikube into m2
sharifelgamal 3ed818c
cosmetic fixes
sharifelgamal b6ab293
run all necessary steps on all nodes
sharifelgamal a9b73b8
fixing up minikube start path
sharifelgamal 3608903
Merge branch 'master' of github.com:kubernetes/minikube into m2
sharifelgamal d98ebcf
lint
sharifelgamal c3b56b6
let's rearrange a bunch of code
sharifelgamal 74b1f34
Merge branch 'master' of github.com:kubernetes/minikube into m2
sharifelgamal 577dfa3
it works again
sharifelgamal c1c2653
fix unit tests
sharifelgamal 376111b
fix unit tests pt 2
sharifelgamal f387032
Merge branch 'master' of github.com:kubernetes/minikube into m2
sharifelgamal f99d335
fix docker driver
sharifelgamal 84939da
fix docker driver again
sharifelgamal 66a6f4e
fix docker status
sharifelgamal a24aa5d
dramatically simplify start code path
sharifelgamal add1c8f
missing file
sharifelgamal efac79e
account for hyphens in profile name
sharifelgamal fa97a5b
fix machine name creation
sharifelgamal f9b38dc
clean up status output and have multinode survive cluster restarts
sharifelgamal 6a6b77a
Merge branch 'master' of github.com:kubernetes/minikube into m2
sharifelgamal 4c00ae0
Merge branch 'master' of github.com:kubernetes/minikube into m2
sharifelgamal 35aec77
code comments
sharifelgamal a09aa62
delete admin.conf before running kubedm init
sharifelgamal 05814cc
only apply kic networking overlay to control plane
sharifelgamal File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
while we are at it, why not rename all mc to cc and make sure we call it cc everywhere in the code