From b4416225644999c255242d48d356d455099fc432 Mon Sep 17 00:00:00 2001 From: Judith Malnick Date: Tue, 16 Apr 2019 15:03:03 -0700 Subject: [PATCH] Remove redundant word. --- website/source/docs/platform/k8s/run.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/platform/k8s/run.html.md b/website/source/docs/platform/k8s/run.html.md index 27c1fc0ca..d63f498b4 100644 --- a/website/source/docs/platform/k8s/run.html.md +++ b/website/source/docs/platform/k8s/run.html.md @@ -312,7 +312,7 @@ considered for security. For a properly production-secured agent with TLS and ACLs, this is safe. Some people prefer to run **Consul agent per pod** architectures, since this -makes it easy to register the pod as a service easily. However, this turns +makes it easy to register the pod as a service. However, this turns a pod into a "node" in Consul and also causes an explosion of resource usage since every pod needs a Consul agent. We recommend instead running an agent (in a dedicated pod) per node, via the DaemonSet. This maintains the