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

Description architecture: 3 hosts running proxmox. - simple networking - not even vlans. 3 vm's running ubuntu 22.04.2 (one for each proxmox hosts) any of the 3 vm's if i...

I have a service with following deployment config: ``` Service Mode: Global UpdateStatus: State: updating Started: About a minute ago Message: update in progress Placement: UpdateConfig: Parallelism: 1 On failure:...

**- What I did** Go 1.19 changed the way cryptographic certificates were verified, which broke a certain edge case of root CA rotation. This edge case is now disallowed. **-...

**- What I did** Make `docker swarm` run successfully on loongarch64. **- How I did it** Normalize architecture from "loongrch64" to "loong64" same as "arm64" and "amd64". **- How to...

**- What I did** First pass on implementing templating of tasks for placement purposes. When combined with multiple nodes nodes labeled like `srv=1`, `srv=2`, allows for pinning of individual instances...

**- Description for the changelog**

- depends on https://github.com/moby/swarmkit/pull/3159 ### vendor: google.golang.org/grpc v1.58.3 ### vendor: github.com/docker/docker v25.0.0-beta.1 full diff: https://github.com/docker/docker/compare/6ce5aa1cd5a4...v25.0.0-beta.1 **- Description for the changelog**

**- What I did** This is for: - moby/swarmkit#1244 - moby/swarmkit#2682, though this PR series takes a much simpler approach. - moby/moby#24865 This simply plumbs devices through everything such that...

While implementing CSI support for Hetzner Cloud we ran into some strange behaviour around cases where one "broken" volume can cause all other volumes to not schedule properly. In the...

As of now, setting a node's labels is a task that can be performed by a manager through `docker node update` after a node has already joined the cluster. However,...

priority/P2
area/orchestration
kind/question