The ForceUpdate parameter is missing from TaskSpec. It'd be useful to rebalance a service. From [the doc](https://godoc.org/github.com/docker/docker/api/types/swarm#TaskSpec) : 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*
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