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

Allow swarm join with --availability=drain #24993

Merged
merged 2 commits into from Jan 11, 2017

Commits on Jan 11, 2017

  1. Allow swarm join with --availability=drain

    This fix tries to address the issue raised in 24596 where it was not
    possible to join as manager only (`--availability=drain`).
    
    This fix adds a new flag `--availability` to `swarm join`.
    
    Related documentation has been updated.
    
    An integration test has been added.
    
    NOTE: Additional pull request for swarmkit and engine-api will
    be created separately.
    
    This fix fixes 24596.
    
    Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
    yongtang committed Jan 11, 2017
    Copy the full SHA
    a8e7e37 View commit details
    Browse the repository at this point in the history
  2. Allow swarm init with --availability=drain

    This fix adds a new flag `--availability` to `swarm join`.
    
    Related documentation has been updated.
    
    An integration test has been added.
    
    Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
    yongtang committed Jan 11, 2017
    Copy the full SHA
    0f30c64 View commit details
    Browse the repository at this point in the history