Gastón Kleiman

Results 6 comments of Gastón Kleiman

What do you think about this? 1. Framework developers are responsible for adding services (the Kubernetes equivalent of a "Marathon VIP") to their framework definitions, so that operators/applications can easily...

It should be possible to add a `privileged` field to the job definition and to Chronos' `TaskInfo` builder set `ContainerInfo.privileged` based on that. I don't have time to implement this...

This is actually not a Chronos issue, the root cause of the problem is when you start `spark-submit` using any Mesos task, `spark-submit` copies all Mesos environment variables from its...

@christo4b I'm afraid that Chronos v3.x doesn't have an active maintainer, and I don't know enough modern js to do a proper review. However if you tell me how you've...

@bdonnahue those look like Marathon logs, not Chronos logs.

I was able to reproduce this with Chronos, Marathon, and mesos-execute. These are all non-HTTP Frameworks and the MesosSchedulerDriver is not aware of the Mesos Master going away, because of...