spotify/docker-client

Add ForceUpdate to TaskSpec

Open

#1.065 geöffnet am 31. Aug. 2018

Auf GitHub ansehen
 (3 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Java (551 Forks)batch import
enhancementhelp wantedpinned

Repository-Metriken

Stars
 (1.430 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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