Improve admin docs syntax highlighting.

This commit is contained in:
Alex Robinson
2015-07-19 05:43:48 +00:00
parent 91923b51c8
commit 3364a32dc6
10 changed files with 30 additions and 28 deletions

View File

@@ -141,13 +141,13 @@ for ```${NODE_IP}``` on each machine.
Once you copy this into all three nodes, you should have a clustered etcd set up. You can validate with
```
```sh
etcdctl member list
```
and
```
```sh
etcdctl cluster-health
```
@@ -179,7 +179,7 @@ Once you have replicated etcd set up correctly, we will also install the apiserv
First you need to create the initial log file, so that Docker mounts a file instead of a directory:
```
```sh
touch /var/log/kube-apiserver.log
```
@@ -231,7 +231,7 @@ In the future, we expect to more tightly integrate this lease-locking into the s
First, create empty log files on each node, so that Docker will mount the files not make new directories:
```
```sh
touch /var/log/kube-scheduler.log
touch /var/log/kube-controller-manager.log
```