mirror of
https://github.com/kemko/nomad.git
synced 2026-01-08 03:15:42 +03:00
Update index.mdx
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
<h3>Verify cgroup controllers</h3>
|
||||
|
||||
Reference in New Issue
Block a user