marathon
marathon copied to clipboard
Deploy and manage containers (including Docker) on top of Apache Mesos at scale.
hello, When publishing with marathon,Occasionally, the service is stuck, phenomenon: 1. The service is not moving for a long time 2. need to kill a node to recover ths.
Hello, It seems that there's no way to configure the SSL Context, e.g. the list of accepted ciphers... Am I wrong?
this constraint was working 1.9.136 "constraints": [["@zone", "IS", "rack1"], ["hostname", "GROUP_BY"]]
There is already quite some time a 1.11 on docker, what release/tag corresponds with the docker images 1.11.24? Am I correct to understand that the docker images are build from...
I can build 1.10 like this, but the 1.11 comes with this error download pom file. ``` git checkout releases/1.11 sbt compile ``` download error: Caught java.io.IOException: Server returned HTTP...
Hello, Most of the version fails to build with the following error: ``` [error] /home/acecile/packaging/marathon/marathon-1.9.109/build/type-generator/src/main/scala/mesosphere/raml/ir/FieldT.scala:76:36: type mismatch; [error] found : java.util.stream.Stream[String] [error] required: scala.collection.GenTraversableOnce[?] [error] val lines = comments.flatMap(_.lines) ```...
I have been looking forward to the update of mesos offering this mvp csi, mainly to finally be able to use ceph. But unfortunately I am still not able to...
When trying to solve this issue[1] I noticed that your docker image is having an outdated java 1.8.222, current one is 1.8.0.252 which is from Apr 29. That is from...
Scale checks are done regularly, to validate that running instances number matches expected number of instances in runSpec. There are two cases: * There are missing instances, in that case...