Change 'minion' to 'node' in docs

This commit is contained in:
Tim Hockin 2015-07-12 21:15:58 -07:00
parent cf09c2a50a
commit f3cd3c9b24
3 changed files with 3 additions and 3 deletions

View File

@ -24,7 +24,7 @@ At the end of the example, we will have:
## Prerequisites
You should already have turned up a Kubernetes cluster. To get the most of this example, ensure that Kubernetes will create more than one minion (e.g. by setting your `NUM_MINIONS` environment variable to 2 or more).
You should already have turned up a Kubernetes cluster. To get the most of this example, ensure that Kubernetes will create more than one node (e.g. by setting your `NUM_MINIONS` environment variable to 2 or more).
## Step 1: Start the RabbitMQ service

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