Change 'minion' to 'node' in docs

This commit is contained in:
Tim Hockin
2015-07-12 21:15:58 -07:00
parent ce25e164e7
commit 5cf5445d24
14 changed files with 30 additions and 30 deletions

View File

@@ -1,5 +1,5 @@
###
# kubernetes kubelet (minion) config
# kubernetes kubelet config
# The address for the info server to serve on (set to 0.0.0.0 or "" for all interfaces)
KUBELET_ADDRESS=""

View File

@@ -142,7 +142,7 @@ function install_components {
### precaution to make sure etcd is writable, flush iptables.
iptables -F
### minions: these will each run their own api server.
### nodes: these will each run their own api server.
else
### Make sure etcd running, flannel needs it.
test_etcd