Merge pull request #6804 from hashicorp/docs-cni-version

docs: reference cni-plugins v0.8.3
This commit is contained in:
Michael Schurter
2019-12-04 10:49:03 -08:00
committed by GitHub

View File

@@ -110,7 +110,7 @@ must have CNI plugins installed.
The following commands install CNI plugins:
```sh
$ curl -L -o cni-plugins.tgz https://github.com/containernetworking/plugins/releases/download/v0.8.1/cni-plugins-linux-amd64-v0.8.1.tgz
$ curl -L -o cni-plugins.tgz https://github.com/containernetworking/plugins/releases/download/v0.8.3/cni-plugins-linux-amd64-v0.8.3.tgz
$ sudo mkdir -p /opt/cni/bin
$ sudo tar -C /opt/cni/bin -xzf cni-plugins.tgz
```