swarmkit
swarmkit copied to clipboard
A toolkit for orchestrating distributed systems at any scale. It includes primitives for node discovery, raft-based consensus, task scheduling and more.
built on top of https://github.com/docker/swarmkit/pull/2823; only the last commit is new, but thought to keep it separate
I'm hoping someone can point me in the right direction here, as most of the documentation and issues appear to be related to SwarmKit's place within the Docker Swarm ecosystem...
Removes inappropriate import of manager/allocator/cnmallocator into node/node.go. The consequence of this is that in upstream moby/moby, we can remove that import as well. manager/allocator/cnmallocator is an implementation detail, and importing...
### bump hashicorp/go-memdb v1.0.3 full diff: https://github.com/hashicorp/go-memdb/compare/cb9a474f84cc5e41b273b20c6927680b2a8776ad...v1.0.3 possibly relevant changes: - hashicorp/go-memdb#21 Added a new MultiIndexer for map[string]string fields - hashicorp/go-memdb#23 Adds support for fine-grained watches - hashicorp/go-memdb#25 Delays mutation...
**- What I did** Add --format output flag to `dump-{object,snapshot,wal}` which defaults to "text" (current style) and also accepts "json". Hopefully this will greatly facilitate future analysis of raft dumps,...
fix for crash that I caught while playing with swarm cluster. here the stack trace of this crash: ``` panic: runtime error: invalid memory address or nil pointer dereference [signal...
Stopping manager and starting it again with a different port still shows the old address in `swarmctl manager ls`. Joining a second manager to that node comes up as reachable...
Hello, we have a conflict of servvice A's vip and another service B's real ip. Below is the output of command `iptables -tmangle -nvL`, I enter the network namespace of...
Allow placement preferences only to nodes with the specified label, as long as possible. The current scheduling behavior can cause scheduling problems. From: https://github.com/docker/swarmkit/blob/master/design/topology.md "Nodes that are missing the label...