Update docs which were incorrectly using _ in flag names

Each of these was verified that the actual flag declaration correctly
used -
This commit is contained in:
Eric Paris
2015-08-14 14:40:48 -04:00
parent 68716c7712
commit c560f41a4b
5 changed files with 123 additions and 138 deletions

View File

@@ -132,7 +132,7 @@ Update your PATH to more easily run the Kubernetes-Mesos binaries:
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.
```bash
@@ -208,7 +208,7 @@ kubernetes component=apiserver,provider=kubernetes <none> 10.10.10.1
```
Lastly, look for Kubernetes in the Mesos web GUI by pointing your browser to
`http://<mesos_master_ip:port>`. Make sure you have an active VPN connection.
`http://<mesos-master-ip:port>`. Make sure you have an active VPN connection.
Go to the Frameworks tab, and look for an active framework named "Kubernetes".
## Spin up a pod