Skip to content
#

mesos

Here are 351 public repositories matching this topic...

traefik
daluu
daluu commented Oct 13, 2016

It's not quite clear reading the chronos doc:

https://mesos.github.io/chronos/docs/api.html#adding-a-docker-job

Mesos 0.22.0 added support for forcibly pulling the latest version of your Docker image before launching the task, and this behavior can be enabled in Chronos by adding the forcePullImage boolean to your container configuration.

Chronos will default to not doing a `docker pu

javabeanz
javabeanz commented Jul 19, 2018
  • Add labels appropriate to the issue
    bug

  • Describe the expected behaviour and the actual behaviour
    .....
    ervice/rabbitmq created
    deployment.extensions/session-db created
    service/session-db created
    deployment.extensions/shipping created
    service/shipping created
    deployment.extensions/user-db created
    service/user-db created
    deployment.extensions/user created
    service/user created
    Er

WulfmanSky
WulfmanSky commented Mar 11, 2020

Summary

Rexray on CEPH Nautilus ignores env CEPH_ARGS and config.yml
default fall back is try client.admin keyring
config.yml:
libstorage:
service: rbd
rbd:
defaultPool: rbd
cephArgs: --id docker

New Feature

add the CEPH_ARGS to the internal build command

Bug Reports

not a bug on rexray

#Patch
diff rexray/libstorage/drivers/storage/rbd/utils/utils.go

33a34

relistan
relistan commented Jan 18, 2019

If you currently have both shuffleTasksForOverloadedSlaves: true and spreadAllSlavesEnabled: trueenabled, and have requests running with SPREAD_ALL_SLAVES placement, then having any busy slaves currently results in a ton of task churn for no reason and ends up causing lots of poller delays and task instability.

I believe a check needs to be [added here](https://github.com/HubSpot/Singular

Benjamin-Lee
Benjamin-Lee commented Oct 24, 2019

It's really difficult to read a command like docker run --entrypoint=mesos-master --net=host -d --name=leader --volume=/home/jobStoreParentDir:/jobStoreParentDir quay.io/ucsc_cgl/toil:3.6.0 --registry=in_memory --ip=127.0.0.1 --port=5050 --allocation_interval=500ms on one line.

Would it be possible to split it with \ so that Sphinx shows it all at once? E.g.

docker run \
    --entrypoint
autarch
autarch commented Sep 13, 2018

I'm trying to read through the v1 example scheduler but it's very difficult to follow. It calls a lot of APIs that are barely documented. Even when a func is documented it's usually just a very minimal description of what it does.

What's missing is any context. I have no idea why any of these calls are important, nor do I have any clue of how this all fits together.

What I'd like to see is

dawinter
dawinter commented May 25, 2019

Hi,

the Haproxy supports h2 frontend support and I tried to enable it with marathon-lb. I took a while but finally I was successful.

I created the following overwrite template HAPROXY_HTTPS_FRONTEND_HEAD file (including the leading and post empty line) and added into the template folder.

``

frontend marathon_https_in
bind *:443 ssl {sslCerts} alpn h2,http/1.1
mode http

``

PerilousApricot
PerilousApricot commented Sep 4, 2018

Describe the bug
In a couple places [1] [2], the user is instructed to postfix the ZK connection string with a directory (zk node?) /cook. If the user does this, the scheduler for some reason will never connect to the mesos master.

[1] https://github.com/twosigma/Cook/blob/master/scheduler/docs/configuration.adoc
[2] https://github.com/twosigma/Cook/blob/master/scheduler/example-prod-co

harryge00
harryge00 commented Dec 12, 2018

I am not familiar with consul. I thought I need to run a consul server along with marathon-consul in Mesos-master. And run consul-agent in each Mesos-agent ?
I am a bit confused on the relationship between marathon-consul and consul-server, because there is no config about consul-server address...

realmbgl
realmbgl commented Jun 26, 2017

Document how CONFIG_TEMPLATE_PATH has to be used in the configs section of the svc.yml.

         template: {{CONFIG_TEMPLATE_PATH}}/myconfig.yml

For the local yml test BasicServiceSpecTest.java [73] sets CONFIG_TEMPLATE_PATH, for the distribution it has to be set to frameworkname-scheduler in the env section of the marathon.json.mustache.

Improve this page

Add a description, image, and links to the mesos topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the mesos topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.