docs: reference cni-plugins v0.8.3

This commit is contained in:
Michael Schurter
2019-12-04 10:20:33 -08:00
parent b5d7c31ee5
commit 9c93a44ee0

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
```