Change 'minion' to 'node' in docs
This commit is contained in:
parent
cf09c2a50a
commit
f3cd3c9b24
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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=""
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue