mirror of
https://github.com/kemko/nomad.git
synced 2026-01-09 03:45:41 +03:00
docs: update CNI plugin version (#22341)
This commit is contained in:
@@ -201,7 +201,7 @@ CNI plugins installed.
|
||||
The following commands install the CNI reference plugins.
|
||||
|
||||
```shell-session
|
||||
$ curl -L -o cni-plugins.tgz "https://github.com/containernetworking/plugins/releases/download/v1.0.0/cni-plugins-linux-$( [ $(uname -m) = aarch64 ] && echo arm64 || echo amd64)"-v1.0.0.tgz && \
|
||||
$ curl -L -o cni-plugins.tgz "https://github.com/containernetworking/plugins/releases/download/v1.5.0/cni-plugins-linux-$( [ $(uname -m) = aarch64 ] && echo arm64 || echo amd64)"-v1.5.0.tgz && \
|
||||
sudo mkdir -p /opt/cni/bin && \
|
||||
sudo tar -C /opt/cni/bin -xzf cni-plugins.tgz
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user