spotify/docker-client

Add ForceUpdate to TaskSpec

Open

#1065 opened on Aug 31, 2018

View on GitHub
 (3 comments) (0 reactions) (0 assignees)Java (1,430 stars) (551 forks)batch import
enhancementhelp wantedpinned

Description

The ForceUpdate parameter is missing from TaskSpec. It'd be useful to rebalance a service.

From the doc : ForceUpdate is a counter that triggers an update even if no relevant parameters have been changed

This should be equivalent to the command line : docker service update --force service_name

Contributor guide