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

@@ -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

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!