swarmkit icon indicating copy to clipboard operation
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.

Results 158 swarmkit issues
Sort by recently updated
recently updated
newest added

when building, ``` docker run -v /usr/local/bin:/go/bin golang go get `-v` github.com/docker/swarmkit/... ``` I get the following warning: ``` go get: github.com/Sirupsen/[email protected]: parsing go.mod: module declares its path as: github.com/sirupsen/logrus...

I'm using swarm . I have 3 node. one manager,two worker . I start a service ,and publish a port like this :`--publish 20000:20000`. The first time everything is ok....

I'm using swarm . I have 3 node. one manager,two worker . I start a service ,and publish a port like this :`--publish 20000:20000`. The first time everything is ok....

this will fail currently, due to the circular docker -> swarm kit -> dependency **- What I did** **- How I did it** **- How to test it** **- Description...

Hi All, Would be extremely useful to have more flexibility with constraints. sort of: `--constraints "service.name != myservice"` What are the current limitations in achieving this? Cheers.

This adds an `AddrMismatch` flag to `ProcessRaftMessageResponse`, which allows any node that receives a Raft message to signal to the sender that its address didn't match the expected value. Based...

area/raft

Node is the only resource not created by users. A node has both a name (hostname) and labels (docker engine labels), but we don't want to put them in Spec.Meta...

priority/P3
area/api

When I use swarm to deploy a service and set up multiple copies. Port mapping fails when the container is restarted ``` Client: Context: default Debug Mode: false Plugins: app:...

Right now, every Job has the same priority and if no candidate node is available the Task stays in `PENDING` state. An alternative would be to provide a priority to...

priority/P2
area/orchestration