From 331f96f103afd6734d37540ceb1f79d594e5d48c Mon Sep 17 00:00:00 2001 From: David Yu Date: Thu, 13 Jun 2024 20:06:39 -0700 Subject: [PATCH] Update index.mdx --- website/content/docs/install/index.mdx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/website/content/docs/install/index.mdx b/website/content/docs/install/index.mdx index cb5125877..662822700 100644 --- a/website/content/docs/install/index.mdx +++ b/website/content/docs/install/index.mdx @@ -233,12 +233,15 @@ net.bridge.bridge-nf-call-iptables = 1

Install `consul-cni` for Service Mesh

If the `transparent_proxy` block is used for Consul Service Mesh, then the -`consul-cni` CNI Plugin must be installed to redirect outbound traffic to -the Envoy proxy. +`consul-cni` CNI Plugin must be installed on each client node to redirect inbound +and outbound traffic for services to the Envoy proxy. The following commands +assume that the linux packages repositories have already been added using `apt` or +`yum`. + Install the `consul-cni` plugin on each client node. ```shell-session