From fe0e76cc3b503d439374d481ffa9a6bae103f5f4 Mon Sep 17 00:00:00 2001 From: David Yu Date: Thu, 13 Jun 2024 20:50:57 -0700 Subject: [PATCH] Update index.mdx --- website/content/docs/install/index.mdx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/website/content/docs/install/index.mdx b/website/content/docs/install/index.mdx index cf7c2ecb1..0f630798e 100644 --- a/website/content/docs/install/index.mdx +++ b/website/content/docs/install/index.mdx @@ -237,11 +237,9 @@ If the `transparent_proxy` block is used for Consul Service Mesh, then the and outbound traffic for services to the Envoy proxy. The following commands assume that reference CNI plugins have already been installed. -Install the `consul-cni` plugin on each client node. - ```shell-session -$ curl -L -o consul-cni.tgz "https://releases.hashicorp.com/consul-cni/1.5.0/consul-cni-1.5.0_linux_$( [ $(uname -m) = aarch64 ] && echo arm64 || echo amd64)"-v1.5.0.tgz && \ - sudo tar -C /opt/cni/bin -xzf consul-cni.tgz +$ curl -L -o consul-cni.zip "https://releases.hashicorp.com/consul-cni/1.5.0/consul-cni-1.5.0_linux_$( [ $(uname -m) = aarch64 ] && echo arm64 || echo amd64)".zip && \ + unzip consul-cni.zip -d /opt/cni/bin ```

Verify cgroup controllers