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 have a service run with scale of 4 across 4 VMs. **Problem** At some point, the node (container) shutdown, with some reason that I do not know. I try...

kind/question

It seems that there is a limitation either with the ingress network, or the docker_gwbridge network, as its seemingly impossible to expose more than 128 ports externally via ingress on...

I am wondering if a tasks can be redefined as not only tied to one container but multiple, which are able to share namespaces (like Kubernetes PODS)? This would allow...

kind/feature

When deploying a service the `UpdateStatus.State` field is not present during `docker service create`. This complicates creating scripts that check for `UpdateStatus.State` to reach a certain state, as they have...

Docker version 19.03.14, build 5eb3275d40 docker-compose version 1.27.1, build 509cfb99 docker-py version: 4.3.1 CPython version: 3.7.7 OpenSSL version: OpenSSL 1.1.0l 10 Sep 2019 Unexpectedly docker-compose after a long run failed...

The problem happened after the machine run out of space. Now I cannot leave the swarm either create new containers. ```sh docker service ls Error response from daemon: This node...

created network: docker network create --opt encrypted -d overlay --attachable frontend after a while with starting stoping tasks and attaching (when the ip range exceeds) no more task can attached...

Is there a way to start up the Dispatcher again, other than restarting all the managers then all the workers? If there is intermittent packet loss in one of our...

Current network allocation is run asynchronously with network (object) creation, when a user specifies an overlapped subnet, the network creation succeeds but this network is useless with empty IPAM config....

**- What I did** - Fix error: `grpc: received message larger than max` - Make `swarmctl` able to create ingress network with the same `ingress` name. - Add `Node Attachment(s)`...