From 9d14d1115f781ce152c207b0e1520db6a1864c1c Mon Sep 17 00:00:00 2001 From: eulerzgy Date: Sat, 19 Sep 2015 00:01:49 +0800 Subject: [PATCH] change minions to nodes --- cluster/juju/charms/trusty/kubernetes/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/juju/charms/trusty/kubernetes/README.md b/cluster/juju/charms/trusty/kubernetes/README.md index ace56df93cf..a61097b785c 100644 --- a/cluster/juju/charms/trusty/kubernetes/README.md +++ b/cluster/juju/charms/trusty/kubernetes/README.md @@ -77,7 +77,7 @@ The command above does few things for you: deployment environment (machine 0). - Deploys the Juju GUI to your environment onto the bootstrap node. - Provisions 4 machines, and deploys the Kubernetes services on top of - them (Kubernetes-master, two Kubernetes minions using flannel, and etcd). + them (Kubernetes-master, two Kubernetes nodes using flannel, and etcd). - Orchestrates the relations among the services, and exits. Now you should have a running Kubernetes. Run `juju status