universe icon indicating copy to clipboard operation
universe copied to clipboard

Marathon Autoscaler needs an updated Docker image

Open linben opened this issue 6 years ago • 0 comments

Currently marathon-autoscaler uses mesosphere/marathon-autoscaler:v0.5.0 which uses an outdated agent statistics endpoint. This causes API requests to fail with 500 errors.

The code has already been updated with the correct API call however the docker image needs to be updated. I have built and tested an updated version: blin/marathon-autoscale:v0.5.1

linben avatar Jan 15 '20 14:01 linben