From be30e130fe9f573ed7fa5f3aa312a9ed8d24309f Mon Sep 17 00:00:00 2001 From: David Yu Date: Fri, 14 Jun 2024 10:57:05 -0700 Subject: [PATCH] Update index.mdx --- website/content/docs/install/index.mdx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/website/content/docs/install/index.mdx b/website/content/docs/install/index.mdx index 54006fd8a..72af8ad0e 100644 --- a/website/content/docs/install/index.mdx +++ b/website/content/docs/install/index.mdx @@ -209,6 +209,7 @@ $ curl -L -o cni-plugins.tgz "https://github.com/containernetworking/plugins/rel sudo tar -C /opt/cni/bin -xzf cni-plugins.tgz ``` +

Install consul-cni CNI plugin

If the `transparent_proxy` block is used for Consul Service Mesh, then the @@ -222,7 +223,7 @@ $ curl -L -o consul-cni.zip "https://releases.hashicorp.com/consul-cni/1.5.0/con sudo unzip consul-cni.zip -d /opt/cni/bin ``` -

Configure bridge network to route traffic through iptables

+

Configure bridge network to route traffic through iptables

Ensure your Linux operating system distribution has been configured to allow container traffic through the bridge network to be routed via iptables. These @@ -318,6 +319,7 @@ $ curl -L -o cni-plugins.tgz "https://github.com/containernetworking/plugins/rel sudo tar -C /opt/cni/bin -xzf cni-plugins.tgz ``` +

Install consul-cni CNI plugin

If the `transparent_proxy` block is used for Consul Service Mesh, then the @@ -364,7 +366,7 @@ $ sudo yum -y install consul-cni -

Configure bridge network to route traffic through iptables

+

Configure bridge network to route traffic through iptables

Ensure your Linux operating system distribution has been configured to allow container traffic through the bridge network to be routed via iptables. These