diff --git a/website/content/docs/install/index.mdx b/website/content/docs/install/index.mdx index 12ba6866e..cb5125877 100644 --- a/website/content/docs/install/index.mdx +++ b/website/content/docs/install/index.mdx @@ -230,6 +230,33 @@ 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. + + + + +Install the `consul-cni` plugin on each client node. + +```shell-session +$ sudo yum -y install consul-cni +``` + + + +Install the `consul-cni` plugin on each client node. + +```shell-session +$ sudo apt-get update && sudo apt-get install consul-cni +``` + + + + +

Verify cgroup controllers

On Linux, Nomad uses cgroups to control resource usage of tasks. If one or more