fix spelling of separate
This commit is contained in:
@@ -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"
|
||||
```
|
||||
|
||||
|
@@ -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"
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user