From 1abe7577cc47e72ae181799a5a1fcf64b34a25cc Mon Sep 17 00:00:00 2001 From: jianglingxia Date: Wed, 1 Mar 2017 10:21:57 +0800 Subject: [PATCH] update cluster-components--add a space add a space after the comma: "In theory, Master components..." --- docs/admin/cluster-components.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/admin/cluster-components.md b/docs/admin/cluster-components.md index 878cb443a2..280b9b1f2c 100644 --- a/docs/admin/cluster-components.md +++ b/docs/admin/cluster-components.md @@ -15,7 +15,7 @@ cluster (e.g., scheduling), and detecting and responding to cluster events (e.g., starting up a new pod when a replication controller's 'replicas' field is unsatisfied). -In theory,Master components can be run on any node in the cluster. However, +In theory, Master components can be run on any node in the cluster. However, for simplicity, current set up scripts typically start all master components on the same VM, and does not run user containers on this VM. See [high-availability.md](/docs/admin/high-availability) for an example multi-master-VM setup.