stefanprodan / swarmprom

Docker Swarm instrumentation with Prometheus, Grafana, cAdvisor, Node Exporter and Alert Manager
MIT License
1.87k stars 736 forks source link

Docker CE > 17.09.0 #63

Closed jeremyj closed 6 years ago

jeremyj commented 6 years ago

Hello, I would like to know if this stack will work with Docker versions other than 17.09.0 (i.e. latest stable 18.05.0-ce). Also I don't understand if the stack will work with other setups i.e. 3 managers/workers, 0 workers-only or 1 manager/worker. Thanks

seffyroff commented 6 years ago

@stefanprodan 's version docs I think probably aligns quite nicely with k8s Docker version reqs. I'm running this swarm comfortably against Docker edge (mostly), with only 3 Manager nodes, no workers.

stefanprodan commented 6 years ago

Thanks @seffyroff