-
Below I have presented compose file which was used for deploy.
I have used docker stack deploy --compose-file docker-compose.yml test comamnd
When I run container it work fine but with swarm it does…
-
Tasks are currently assigned to Nodes based on a snapshot of information available at that moment.
The scheduler should actually be able to rebalance the cluster based on state change.
For instance,…
-
**Output of `docker version`:**
```
Docker version 1.11.0, build 4dc5990
```
**Output of `docker info`:**
```
Containers: 17
Running: 16
Paused: 0
Stopped: 1
Images: 182
Server Version: swarm/1.…
-
It would be nice to be able to automatically re-balance tasks when a new node joins.
For example, we have 4 nodes, running a redis service with 5 tasks. When a new node joins, swarm should automatica…
-
While commissioning a node ansible task is stuck due to host level LVM issue. After reasonable time, this task should get timed out and node provisioing status should be dealt accordingly. Currently i…
-
**Description**
`docker service create --publish` can specify the published port mapping for the service. However, both `docker service ls` and `docker service ps` cannot show such information.
…
-
The `service create` and `service update` commands do not support all options that `docker run` / `docker create` supports. Some options are not implemented yet, whereas other options may either _not_…
-
I have tried to use Prometheus to monitor two docker swarms together refer to your swarmprom guide.
Since Prometheus is not in the same overlay network with the monitored nodes, I tried to use static…
-
### Description:
These log messages keep appearing, and seem to be related to the user data download. We had this functionality turned on for a bit, and I think a few people may have actually a…
-
I find it strange that all properties can be set through a constructor of `SwarmMemberAddressProvider` except `swarmMgrUri` (and `skipVerifySsl`, but that is of less importance). It can only be set th…