We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9848394 commit 1fd49f9Copy full SHA for 1fd49f9
README.md
@@ -147,7 +147,7 @@ You need to install CNI plugins on Nomad client nodes under `/opt/cni/bin` befor
147
148
**Instructions for installing CNI plugins.**<br/>
149
```
150
- $ 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.6/cni-plugins-linux-amd64-v0.8.6.tgz
151
$ sudo mkdir -p /opt/cni/bin
152
$ sudo tar -C /opt/cni/bin -xzf cni-plugins.tgz
153
0 commit comments