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 was working on debugging compatibility with the CephCSI driver and stumbled upon an issue in how plugin names and aliases are handled. Installed the driver using this cmd: ```...

Fixes https://github.com/moby/swarmkit/issues/3215 Progresses https://github.com/ceph/ceph-csi/issues/3769 **- What I did** Modified manager/csi/manager.go:getPlugin so that plugins are uniquely identified by their CSI driver name, not by the Docker plugin image/tag used to install...

The `mode` option of `tmpfs` volumes is ignored in swarm mode. compose.yaml: ```yaml volumes: - type: tmpfs target: /run tmpfs: size: 268435456 mode: 1777 ``` But in the resulting container...

- follow-up to https://github.com/moby/swarmkit/pull/3221 **- Description for the changelog**

Hey guys, So I was trying to setup Docker Swarm cluster with CSI plugin ([ghcr.io/cloud-skeleton/democratic-csi-swarm](https://github.com/cloud-skeleton/democratic-csi-swarm-builder/pkgs/container/democratic-csi-swarm)). I have installed it on all nodes: ```sh ID NAME DESCRIPTION ENABLED 2a8d168b768a democratic-csi-swarm:latest Democratic...

Hello! I used SAST tool **Svace** to analyze swarmkit (master branch, latest commit at the moment is a45be3cac15cc8321f6214262d173f987e3b55f9) and ecnountered warning about potential nil ptr dereference in manager/dispatcher/dispatcher.go/(*Dispatcher).processUpdates. In particular,...

I have been trying to deploy services and stacks using Docker Swarm recently, but I encountered an issue with volume data synchronization. If multiple workers are running the service and...

# Expose ConfigurationError for Service Configuration Conflicts in SwarmKit **- What I did** Added a `ConfigurationError` field to the SwarmKit `Service` API to expose configuration conflicts (e.g., duplicate service names...