Aaron Lehmann
Aaron Lehmann
See also https://github.com/docker/swarmkit/issues/1720, which has some related discussion about how updates should behave when they can't move forward.
I think having an optional timeout is a good idea. In many cases, failing the update is the right thing to do, but in others the goal may be to...
ping @sanimej
ping @aluzzardi
@stevvooe: I really don't understand your perspective. The user can only change the spec. Why would changes to the spec be informed by real-time progress of a rolling update? How...
> We can maybe detect if we are restarting a manager with a different address while still pointing to the same state directory and handle that case by forcing a...
> Most people will probably use the default 0.0.0.0 meaning that this happens automatically if the IP should change? We print a warning recommending that people not use the default:...
I think it is still relevant. Changing the advertise address is important to support but nontrivial. It probably needs more discussion before we choose a milestone.
Related to #2198.
> `fn additional_returns() (fs ret, output fs) (` I'm having a little trouble parsing `fs ret, output fs`. Is `fs` a type in both cases? And is `ret` a special...