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

I just visited someone who's raspberry pi based swarm thing failed to come back after being off for 2 months. eventually i noticed in `docker system info` that swarm was...

1. "impelemented" to "implemented" in line 46. 2. "nework" to "network" in line 498.

dco/no

Would it be possible for you guys to update your etcd? I need a more recent one for another project and it conflict with the old one used by swarmkit,...

Any possibility to control podman based containers with swarmkit?

The following is from a customer installation: [ec2-user@ucp-replica-YnGeKNVo-17601 ~]$ sudo docker node ls ID HOSTNAME STATUS AVAILABILITY MANAGER STATUS 2o3j1q70ejfop2uqauedqrdvf nginx-member-C41eas7i-20816 Ready Active **4kpmve4w1ur9724xn869d3t7r ucp-replica-YnGeKNVo-19623 Down Active Reachable** For the...

I noticed that my swarm has 2 ingress networks: ``` docker network ls NETWORK ID NAME DRIVER SCOPE 1aaeb441a06b bridge bridge local 81d942ace568 docker_gwbridge bridge local 03a8cf90b847 host host local...

https://gist.github.com/dperny/86bb33f195e4a3c27bbc497372652994

Experiment with modules support. Note that if you run `go mod vendor` with Go 1.13 the vendor validation will be broken because they've changed the vendoring / go.mod rules (again)....

Currently, a worker node that has voluntarily left a swarm will be marked as `DOWN`. This is documented here: > The node will still appear in the node list, and...

kind/feature

A highly requested feature in for Swarm Mode is the ability to run one-off operations of some kind. However, the scope of exactly what users need from these one-off jobs...

kind/feature
roadmap
kind/proposal