Remove redundant word.

This commit is contained in:
Judith Malnick 2019-04-16 15:03:03 -07:00 committed by Freddy
parent 5448b1a026
commit b441622564
1 changed files with 1 additions and 1 deletions

View File

@ -312,7 +312,7 @@ considered for security. For a properly production-secured agent with TLS
and ACLs, this is safe. and ACLs, this is safe.
Some people prefer to run **Consul agent per pod** architectures, since this 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 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 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 agent (in a dedicated pod) per node, via the DaemonSet. This maintains the