docker-swarm-autoscaler icon indicating copy to clipboard operation
docker-swarm-autoscaler copied to clipboard

Does not autoscale

Open worathep-git opened this issue 2 years ago • 2 comments

We have tried to follow you everything, haven't changed anything but can't work.

worathep-git avatar Mar 10 '23 07:03 worathep-git

I'll need more information in order to help you. What have you tried?

jcwimer avatar Mar 17 '23 18:03 jcwimer

I had the same problem.

Based on cAdvisor's required mounted volumes, I changed cAdvisor's image tag in the swarm-autoscaler-stack.yml file to "latest" and commented the lines:

- /var/lib/docker/:/var/lib/docker:ro
- /dev/disk/:/dev/disk:ro

After this, everything worked smoothly.

cande1gut avatar Jul 17 '23 22:07 cande1gut