You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 1, 2021. It is now read-only.
We've been experimenting (A LOT) with swarm lately. One issue we've just discovered is that overloading any particular node in the cluster can break certain functionality expected from the master.
On one node, we had ~150 containers running , and can no longer hit the docker daemon (on that node) to see what's running (I think there's just no resources left) however, we can still hit the swarm master to return some data:
running a 'docker ps -a' from the master also returns data..however, we cannot run commands that then impact -any- slave in our pool.
imagine container1 was running on the node with 169 containers, and container2 is elsewhere.
I could not run 'docker rm -f container1' or 'docker rm -f container2'
please let me know if there are already open items for anything similar, I'd like to read more about this.
The text was updated successfully, but these errors were encountered:
Hi guys -
We've been experimenting (A LOT) with swarm lately. One issue we've just discovered is that overloading any particular node in the cluster can break certain functionality expected from the master.
On one node, we had ~150 containers running , and can no longer hit the docker daemon (on that node) to see what's running (I think there's just no resources left) however, we can still hit the swarm master to return some data:
ip-10-0-.ec2.internal: 10.0.:2375
└ Containers: 169
└ Reserved CPUs: 0 / 2
└ Reserved Memory: 2.734 GiB / 15.69 GiB
ip-10-0-.ec2.internal: 10.0.:2375
└ Containers: 35
└ Reserved CPUs: 0 / 2
└ Reserved Memory: 800 MiB / 15.69 GiB
ip-10-0-.ec2.internal: 10.0.:2375
└ Containers: 35
└ Reserved CPUs: 0 / 2
└ Reserved Memory: 1.562 GiB / 15.69 GiB
ip-10-0-.ec2.internal: 10.0.:2375
└ Containers: 35
└ Reserved CPUs: 0 / 2
└ Reserved Memory: 3.125 GiB / 15.69 GiB
ip-10-0-.ec2.internal: 10.0.:2375
└ Containers: 65
└ Reserved CPUs: 0 / 2
└ Reserved Memory: 2.344 GiB / 15.69 GiB
running a 'docker ps -a' from the master also returns data..however, we cannot run commands that then impact -any- slave in our pool.
imagine container1 was running on the node with 169 containers, and container2 is elsewhere.
I could not run 'docker rm -f container1' or 'docker rm -f container2'
please let me know if there are already open items for anything similar, I'd like to read more about this.
The text was updated successfully, but these errors were encountered: