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 133 swarmkit issues
Sort by recently updated
recently updated
newest added

_Initially reported: https://github.com/docker/docker/issues/24865, but I realized it actually belongs here. Feel free to close the other one if you want. Content of the original issue copied below._ Related: #1030 Currently,...

The docker daemon `live-restore` option is not compatible with `swarm mode` cluster, `--live-restore daemon configuration is incompatible with swarm mode`. I guess the `live-restore` is conflict with the swarmkit orchestration...

area/dispatcher
area/agent
kind/enhancement

**- What I did** #1129 was closed with https://github.com/moby/swarmkit/pull/1129#issuecomment-243273764 > I think this was a pull request before its time. There will come a day when we add --privileged to...

What I want to achieve: Ensure replicas are spread across availability zones and never run in the same. current approach: I am currently doing this through placement preferences. The problem:...

When create some container, we need `privileged=True`. But swarmkit does not support this. I want to implement this by the following steps: - Add `privileged` field in ContainerSpec. - Pass...

let's pick a smaller subset first from https://github.com/moby/swarmkit/pull/3068

argh.. let's see if this is the cause of the failures in https://github.com/moby/swarmkit/pull/3069

Updating the dependencies to match current moby 22.06 branch; see individual commits for details.

I have two services running a single container each, _on different nodes_, using same "overlay" network. When I try to ping one container from inside the other via service name,...

kind/bug
area/networking

This is useful for recovering a cluster without wiping cluster state in cases in which a swarm's certificates have expired, such as after restoring from backup. On all Docker Swarm...