mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-11 14:11:14 +00:00
mesos/docker support for profiling
This commit is contained in:
@@ -30,6 +30,7 @@ mesosslave:
|
|||||||
hostname: mesosslave
|
hostname: mesosslave
|
||||||
privileged: true
|
privileged: true
|
||||||
image: mesosphere/mesos-slave-dind:mesos-0.24.0_dind-0.2_docker-1.8.2_ubuntu-14.04.3
|
image: mesosphere/mesos-slave-dind:mesos-0.24.0_dind-0.2_docker-1.8.2_ubuntu-14.04.3
|
||||||
|
ports: [ "10248","10249" ]
|
||||||
entrypoint:
|
entrypoint:
|
||||||
- bash
|
- bash
|
||||||
- -xc
|
- -xc
|
||||||
@@ -147,6 +148,7 @@ scheduler:
|
|||||||
--cluster-domain=cluster.local
|
--cluster-domain=cluster.local
|
||||||
--mesos-executor-cpus=1.0
|
--mesos-executor-cpus=1.0
|
||||||
--v=4
|
--v=4
|
||||||
|
--profiling=true
|
||||||
environment:
|
environment:
|
||||||
- MESOS_DOCKER_ETCD_TIMEOUT
|
- MESOS_DOCKER_ETCD_TIMEOUT
|
||||||
- MESOS_DOCKER_MESOS_TIMEOUT
|
- MESOS_DOCKER_MESOS_TIMEOUT
|
||||||
|
Reference in New Issue
Block a user