Skip to content

Commit 1fd49f9

Browse files
Fix review comments.
1 parent 9848394 commit 1fd49f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ You need to install CNI plugins on Nomad client nodes under `/opt/cni/bin` befor
147147

148148
**Instructions for installing CNI plugins.**<br/>
149149
```
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
150+
$ curl -L -o cni-plugins.tgz https://github.com/containernetworking/plugins/releases/download/v0.8.6/cni-plugins-linux-amd64-v0.8.6.tgz
151151
$ sudo mkdir -p /opt/cni/bin
152152
$ sudo tar -C /opt/cni/bin -xzf cni-plugins.tgz
153153
```

0 commit comments

Comments
 (0)