Closed damienlust closed 1 year ago
This may be the issue that was fixed by https://github.com/docker/docker/pull/27466, but
ping @mavenugo to verify
@thaJeztah @damienlust this is not related to #27466
Does the task eventually get scheduled ? Yes, the error messages are annoying and these must be transient (due to the asynchronous nature of the system and the reconciliation loop should fix them automatically).
Let me close this ticket for now, as it looks like it went stale.
Description
Steps to reproduce the issue:
Describe the results you received: Services test not created as expected with 4 replicas sread over the manager and the 2 workers If you do a docker service ps test, you will see a lot of "network skynet not found"
Describe the results you expected: Service created with 4 replicas spread over my 3 nodes
Additional information you deem important (e.g. issue happens only occasionally): The workaround is to add an update parameter when a service is created like --update-delay 10s
Output of
docker version
:Output of
docker info
:Additional environment details (AWS, VirtualBox, physical, etc.):