spotify/docker-client

Add ForceUpdate to TaskSpec

Open

#1 065 ouverte le 31 août 2018

Voir sur GitHub
 (3 commentaires) (0 réactions) (0 assignés)Java (551 forks)batch import
enhancementhelp wantedpinned

Métriques du dépôt

Stars
 (1 430 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

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

Guide contributeur