-
I am running a service in swarm cluster with 2 replicas.
The worker nodes are in AWS Autoscaling group.
When I terminate one of the worker nodes, swarm as expected restart the container on a new n…
omerh updated
3 weeks ago
-
In the spirit of https://github.com/docker/swarmkit/issues/989, there is a need for allowing container to run in host's process namespace. Unlike `docker run --pid=...`, it may be not necessary to pro…
-
![image](https://github.com/user-attachments/assets/887dfc49-f031-4ac4-a172-36f7cd0488a9)
![image](https://github.com/user-attachments/assets/8e638c65-48d3-4571-ad6e-6ffa2bc4be5d)
Preceding are my…
-
**Description**
Inconsistently, some services will fail to assign some or all of their tasks. For example:
```
root@qa-swarm-manager1:~# docker service ps uname-echo
ID NAME …
-
## 🐛 Bug Report
## 🔬 How To Reproduce
Steps to reproduce the behavior:
I have 2 enviroments to Password Push: DEV and PROD.
In DEV, I am not using the Public Gateway, and its all f…
-
I run this script on my nodes, and my application get docker_gwbridge ip address instead of public ip address.
before this script it get ingress ip address and after i run this it shows ```docker_gwb…
-
I'm running in docker swarm with an overlay network connecting the containers as in the example.
The server listens on the IP address.
```
caddy_proxy.0.lzmv38dhex0h@us-las-021-01 | {"level":"…
-
### Summary
It seems that the `yamux` multiplexer deadlocks if two streams are trying to change the window size at the same time. This is a problem with yamux 0.13 and yamux 0.12 `WindowUpdateMode:…
-
Hi there,
I am running a Docker Swarm setup with 1 master and 2 worker nodes. Each node has defined a config-only network configuration for a large /22 network in our production network infrastruct…
-
Deploying Splunk UF in a Docker SWARM mode will not work if it is trying to resolve the Splunk Enterprise instance by service name.
The reason is that dnsutils must be added to the base image, apt-…