swarmsible icon indicating copy to clipboard operation
swarmsible copied to clipboard

Ansible based Tooling and production grade example Docker Stacks. Updated with new learnings from running Docker Swarm in production

Results 8 swarmsible issues
Sort by recently updated
recently updated
newest added

Currently we only wait until the node is drained. We should investigate whether it is feasible to wait for all stacks to finish being moved over. Wait for all services...

@s4ke I hope you will benefit from having Ansible Lint 🚀 ``` Rule Violation Summary count tag profile rule associated tags 8 command-instead-of-shell basic command-shell, idiom 2 deprecated-local-action basic deprecations...

There seems to be an edge case that might happen when the current leader is upgraded to a newer version first, at least an incident that occured today suggests this....

some relevant settings from moby slack: ``` net.ipv4.igmp_max_memberships = 80 # Performance tunning kernel.shmall = 4097152 kernel.shmmax = 8147483648 kernel.shmmni = 8096 kernel.sem = 250 32000 100 128 fs.file-max =...

This is relevant for the hetzner integration, so we dont run into 502s during upgrades

## Description As a consumer of a Swarm, I want to deploy a stack that contains its own Prometheus instance. This prometheus instance already knows how to scrape all the...

In the recent kernel versions there were some issues in combination with encrypted networking in Docker Swarm. To make sure that we dont run into this issue by accident in...