Update index.mdx

This commit is contained in:
David Yu
2024-06-13 20:06:39 -07:00
committed by GitHub
parent 51ff35bef4
commit 331f96f103

View File

@@ -233,12 +233,15 @@ net.bridge.bridge-nf-call-iptables = 1
<h3>Install `consul-cni` for Service Mesh</h3>
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`.
<Tabs>
<Tab heading="CentOS/RHEL">
Install the `consul-cni` plugin on each client node.
```shell-session