Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updater: Check entire service spec when deciding whether to replace o…
…ngoing update Currently, updater checks isServiceDirty to decide whether an existing update should be restarted. This only checks the task spec and the endpoint spec, so it will ignore changes to fields like UpdateConfig. For example, it's not possible to change just the parallelism while an update is already in progress. Fix this by comparing the whole spec. Signed-off-by: Aaron Lehmann <aaron.lehmann@docker.com>
- Loading branch information