This repository was archived by the owner on Jan 21, 2020. It is now read-only.
Support for determining leader location#607
Merged
chungers merged 6 commits intodocker-archive:masterfrom Jun 24, 2017
Merged
Conversation
Codecov Report
@@ Coverage Diff @@
## master #607 +/- ##
==========================================
- Coverage 47.3% 46.84% -0.47%
==========================================
Files 91 87 -4
Lines 6204 6197 -7
==========================================
- Hits 2935 2903 -32
- Misses 2969 3000 +31
+ Partials 300 294 -6
Continue to review full report at Codecov.
|
added 6 commits
June 24, 2017 14:32
Signed-off-by: David Chung <david.chung@docker.com>
Signed-off-by: David Chung <david.chung@docker.com>
Signed-off-by: David Chung <david.chung@docker.com>
Signed-off-by: David Chung <david.chung@docker.com>
chungers
pushed a commit
to chungers/infrakit
that referenced
this pull request
Sep 30, 2017
…shell Bump Alpine version for shell
chungers
pushed a commit
to chungers/infrakit
that referenced
this pull request
Oct 1, 2017
…shell Bump Alpine version for shell
This file contains hidden or 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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
This PR is necessary for upcoming API work because
os: a file now stores the location of the leader nodeswarm: a new Swarm annotation is addedetcd: a value at a given keyinfrakit/leader/locationnow stores the url to contacting the leader.Signed-off-by: David Chung david.chung@docker.com