**IMPORTANT:** some command line parameters specified for the scheduler process are passed to the Kubelet-executor and so are subject to compatibility tests:
**IMPORTANT:** some command line parameters specified for the scheduler process are passed to the Kubelet-executor and so are subject to compatibility tests:
...
@@ -54,11 +54,11 @@ The command line parameters that affect the hash calculation are listed below.
...
@@ -54,11 +54,11 @@ The command line parameters that affect the hash calculation are listed below.
@@ -132,7 +132,7 @@ Update your PATH to more easily run the Kubernetes-Mesos binaries:
...
@@ -132,7 +132,7 @@ Update your PATH to more easily run the Kubernetes-Mesos binaries:
export PATH="$(pwd)/_output/local/go/bin:$PATH"
export PATH="$(pwd)/_output/local/go/bin:$PATH"
```
```
Identify your Mesos master: depending on your Mesos installation this is either a `host:port` like `mesos_master:5050` or a ZooKeeper URL like `zk://zookeeper:2181/mesos`.
Identify your Mesos master: depending on your Mesos installation this is either a `host:port` like `mesos-master:5050` or a ZooKeeper URL like `zk://zookeeper:2181/mesos`.
In order to let Kubernetes survive Mesos master changes, the ZooKeeper URL is recommended for production environments.
In order to let Kubernetes survive Mesos master changes, the ZooKeeper URL is recommended for production environments.