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

When I deploy this v3.7 docker-compose.yml stack onto a two node docker 19.0.3.4 swarm cluster using the overlay network it works as expected -- service names can be used on...

(The purpose of this report is to alert `docker/swarmkit` to the possible problems when `docker/swarmkit` try to upgrade the following dependencies) ## An error will happen when upgrading library _prometheus/client_golang_:...

cassandra db, able to create as a container but as a swarm service, it is failing. I am creating service of swarm using this: docker service create --name some-cassandra -d...

Hi I am trying to have my services load different configs/secrets based on their ID/Slot. I have the following which is failing: ``` {{ secret private_key_{{.Task.Slot}} }} ``` Error: `bad...

### We are trying to create a docker swarm that has a ASP.NET Docker service running on a Windows docker container that is served via an Nginx service running on...

It happens when Placement is missing after updating a service with previous placement constraints in a swarm with multiple nodes. This sends the swarm in an unrecoverable state.

cassandra db, able to create as a container but as a swarm service, it is failing. I am creating service of swarm using this: docker service create --name some-cassandra -d...

This is at least a piece of #2207...

kind/enhancement

Rolling update internally changes properties for the service, causing the version to increment. This means that user can randomly get "out of sequence" errors. The solution should be to have...

**- What I did** Added all of the lower-level allocator subcomponents, paving the way for the final bits of allocator rewrite. Includes and supersedes #2579 and #2605. Does not integrate...