Details
-
Type:
Task
-
Status: Resolved
-
Priority:
Medium
-
Resolution: Cannot Reproduce
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: marathon-deployments
-
Labels:
-
Epic Link:
-
Story Points:0
Description
I have a 4 node (1 master + 3 workers) Mesos/Marathon cluster running in EC2 behind a VPC. I'm following the instructions on this page:
https://mesosphere.github.io/marathon/docs/application-basics.html
and could successfully deploy, launch, and run the first two examples on the page with no problem. But I'm having issues running the basic-3.json example using Docker containers. Below are some screenshots from my web dashboards:
In my Marathon dashboard I am observing the basic-3 app looping into Waiting -> Deploying -> Delayed states and repeating this over and over again.
And in Mesos I'm just seeing everything complete with FAILED state over and over for the same task. I manually installed Docker on all my worker nodes. Are there some additional configurations I need to make that were omitted in the instructions above?