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

swarm: Add update/rollback order #30261

Merged
merged 2 commits into from
Apr 7, 2017
Merged

Commits on Apr 7, 2017

  1. Add support for update order

    This parameter controls the order of operations when rolling out an
    update task. Either the old task is stopped before starting the new one,
    or the new task is started first, and the running tasks will briefly
    overlap.
    
    This commit adds Rollout to the API, and --update-order / --rollback-order
    flags to the CLI.
    
    Signed-off-by: Aaron Lehmann <[email protected]>
    aaronlehmann committed Apr 7, 2017
    Configuration menu
    Copy the full SHA
    9b54994 View commit details
    Browse the repository at this point in the history
  2. Add integration test for START_FIRST update order

    Signed-off-by: Aaron Lehmann <[email protected]>
    aaronlehmann committed Apr 7, 2017
    Configuration menu
    Copy the full SHA
    6763641 View commit details
    Browse the repository at this point in the history