From d338d2454d215b0e8d01741c601aa9e2888ae2f1 Mon Sep 17 00:00:00 2001 From: Dennis Periquet Date: Mon, 24 Jun 2019 02:57:54 -0400 Subject: [PATCH] tiny grammatical error fixed (#15059) --- .../setup/production-environment/tools/kubeadm/ha-topology.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/setup/production-environment/tools/kubeadm/ha-topology.md b/content/en/docs/setup/production-environment/tools/kubeadm/ha-topology.md index 23806e3d20..9679858c35 100644 --- a/content/en/docs/setup/production-environment/tools/kubeadm/ha-topology.md +++ b/content/en/docs/setup/production-environment/tools/kubeadm/ha-topology.md @@ -30,7 +30,7 @@ kubeadm that run control plane components. Each control plane node runs an instance of the `kube-apiserver`, `kube-scheduler`, and `kube-controller-manager`. The `kube-apiserver` is exposed to worker nodes using a load balancer. -Each control plane node creates a local etcd member and this etcd member communicate only with +Each control plane node creates a local etcd member and this etcd member communicates only with the `kube-apiserver` of this node. The same applies to the local `kube-controller-manager` and `kube-scheduler` instances.