docker-archive / deploykit

A toolkit for creating and managing declarative, self-healing infrastructure.
Apache License 2.0
2.25k stars 262 forks source link

Pacing of Rolling updates #843

Closed kaufers closed 6 years ago

kaufers commented 6 years ago

See https://github.com/docker/infrakit/issues/783#issuecomment-348612516

This issue is to track this aspect:

Pacing of Updates

Similar to the discussion in #782 -- we can gate the calls to Destroy and Provision of the new nodes and continuation to the next target of update with checks against the health of the node (via Flavor) and against the stored status/ plan described above.

kaufers commented 6 years ago

Closed with #844