Merge pull request #4543 from mattf/tpyo

fix a few typos i ran into during setup
This commit is contained in:
Yu-Ju Hong 2015-02-18 14:40:24 -08:00
commit 6bbde837b8
4 changed files with 10 additions and 10 deletions

View File

@ -10,7 +10,7 @@
# kubelet.service
# kube-proxy.service
# Comma seperated list of nodes in the etcd cluster
# Comma separated list of nodes in the etcd cluster
KUBE_ETCD_SERVERS="--etcd_servers=http://127.0.0.1:4001"
# logging to stderr means we get it in the systemd journal
@ -19,5 +19,5 @@ KUBE_LOGTOSTDERR="--logtostderr=true"
# journal message level, 0 is debug
KUBE_LOG_LEVEL="--v=0"
# Should this cluster be allowed to run privleged docker containers
# Should this cluster be allowed to run privileged docker containers
KUBE_ALLOW_PRIV="--allow_privileged=false"

View File

@ -3,7 +3,7 @@
# defaults from config and apiserver should be adequate
# Comma seperated list of minions
# Comma separated list of minions
KUBELET_ADDRESSES="--machines=127.0.0.1"
# Add you own!

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
@ -52,7 +52,7 @@ KUBE_LOGTOSTDERR="--logtostderr=true"
# journal message level, 0 is debug
KUBE_LOG_LEVEL="--v=0"
# Should this cluster be allowed to run privleged docker containers
# Should this cluster be allowed to run privileged docker containers
KUBE_ALLOW_PRIV="--allow_privileged=false"
```
@ -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"
```
@ -145,4 +145,4 @@ centos-minion <none>
**The cluster should be running! Launch a test pod.**
You should have a functional cluster, check out [101](https://github.com/GoogleCloudPlatform/kubernetes/blob/master/examples/walkthrough/README.md)!
You should have a functional cluster, check out [101](https://github.com/GoogleCloudPlatform/kubernetes/blob/master/examples/walkthrough/README.md)!

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
@ -41,7 +41,7 @@ KUBE_LOGTOSTDERR="--logtostderr=true"
# journal message level, 0 is debug
KUBE_LOG_LEVEL="--v=0"
# Should this cluster be allowed to run privleged docker containers
# Should this cluster be allowed to run privileged docker containers
KUBE_ALLOW_PRIV="--allow_privileged=false"
```
@ -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"
```