docker-swarm-autoscaler
docker-swarm-autoscaler copied to clipboard
Does not autoscale
We have tried to follow you everything, haven't changed anything but can't work.
I'll need more information in order to help you. What have you tried?
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.