swarmkit
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.
full diff: https://github.com/google/certificate-transparency-go/compare/v1.0.20...v1.0.21 - CTFE no longer prints certificate chains as long byte strings in messages when handler errors occur. This was obscuring the reason for the failure and wasn't...
~This one is built on top of https://github.com/docker/swarmkit/pull/2821~ see individual commits for a description of the changes 🤗
I have a stack for Confluent Kafka (including brokers, connectors, etc..). I've restarted the stack (`docker stack deploy`) and run `docker service logs` on one of the services (cp-kafka_cp-kafka-connect1) and...
``` version: "3.8" services: screenshot: image: mcr.microsoft.com/windows/servercore/iis:windowsservercore-ltsc2019 ports: - target: 80 published: 80 protocol: tcp mode: host deploy: replicas: 1 endpoint_mode: dnsrr update_config: parallelism: 2 delay: 10s restart_policy: condition: on-failure...
Why does docker company not let more community developers continue the development and maintenance of swarm, but let him die slowly?
If Placement is missing after updating a service with previous placement constraints in a swarm with multiple nodes, it sends the swarm in an unrecoverable state. closes #2947 closes https://github.com/moby/moby/issues/37883...
backport of https://github.com/docker/swarmkit/pull/3024 for 20.10 (already back ported to 19.03 through https://github.com/docker/swarmkit/pull/3031) Previously, there was an issue where the agent could panic while attempting to determine if an error was...
raft election and heartbeat tick values are updatable through env variables in docker engine after a recent change. Also, the default values for election tick was recently changed. Following is...
I have 3 nodes, 2 linux plus one windows all in a swarm. On the windows node (which is also the leader) I have an SMB / CIFS file share...