fix spelling of separate

This commit is contained in:
Matthew Farrellee
2015-02-18 14:37:11 -05:00
parent b644f63a4b
commit 0d2d6ed61e
6 changed files with 10 additions and 10 deletions

View File

@@ -43,7 +43,7 @@ echo "192.168.121.9 centos-master
* Edit /etc/kubernetes/config which will be the same on all hosts to contain:
```
# Comma seperated list of nodes in the etcd cluster
# Comma separated list of nodes in the etcd cluster
KUBE_ETCD_SERVERS="--etcd_servers=http://centos-master:4001"
# logging to stderr means we get it in the systemd journal
@@ -89,7 +89,7 @@ KUBE_API_ARGS=""
* Edit /etc/kubernetes/controller-manager to appear as such:
```
# Comma seperated list of minions
# Comma separated list of minions
KUBELET_ADDRESSES="--machines=centos-minion"
```

View File

@@ -32,7 +32,7 @@ echo "192.168.121.9 fed-master
* Edit /etc/kubernetes/config which will be the same on all hosts to contain:
```
# Comma seperated list of nodes in the etcd cluster
# Comma separated list of nodes in the etcd cluster
KUBE_ETCD_SERVERS="--etcd_servers=http://fed-master:4001"
# logging to stderr means we get it in the systemd journal
@@ -78,7 +78,7 @@ KUBE_API_ARGS=""
* Edit /etc/kubernetes/controller-manager to appear as such:
```
# Comma seperated list of minions
# Comma separated list of minions
KUBELET_ADDRESSES="--machines=fed-minion"
```