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

hello i am new beginner for using docker swarm. can we change default scheduling policy of docker swarm? How to change and where to change? please guide me. how to...

Is there a way I could change the default swarm strategy from spread to bin pack as I need to test the results for different scheduling strategy ? Also, is...

Is there a roadmap for swarm? Some of us out here using swarm are starting to get concerned about Docker's future plans for swarm given all the focus from Docker...

I did a performance test in order to test the scheduling performance of Docker swarm. For this purpose I measured the time it takes to schedule and start 1000 containers...

No documentation related to this on any page. I tried logging into all nodes also using docker login. No use.

Expected behavior The voting/election process should be fairly quick and effective in a 5-manager setup. Losing a non-leader should be a graceful change, since the non-leader isn't a leader. Actual...

Can't access ports after update service with start first (ingress routing). Disabling start first is resolving issue. **Steps to reproduce the issue:** 1. docker service create --name httpd -p 8001:80...

https://github.com/docker/swarmkit/blob/49e35619b18200845c9365c1e953440c28868002/manager/orchestrator/restart/restart.go#L308 The code remove container which dead time is earlier than (current - window). This leads to max_attempt never stop. For example, delay = 10s, window = 10s, max_attempt =...

``` 4kb5xym8jyls traefik_etcd global 3/3 appcelerator/etcd:latest ranxv584zd7h traefik_server global 2/2 traefik:v1.7.18-alpine ``` docker version 19.03.5 seems somewhat surprising :)

I've made a backup of docker swarm in version 18.09, on RHEL7 machines. I upgraded docker on each node and restored swarm from backup executing `docker swarm init --force-new-cluster --data-path-port...