Fix review comments.
This commit is contained in:
parent
9848394e28
commit
1fd49f99b4
@ -147,7 +147,7 @@ You need to install CNI plugins on Nomad client nodes under `/opt/cni/bin` befor
|
|||||||
|
|
||||||
**Instructions for installing CNI plugins.**<br/>
|
**Instructions for installing CNI plugins.**<br/>
|
||||||
```
|
```
|
||||||
$ 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
|
||||||
$ sudo mkdir -p /opt/cni/bin
|
$ sudo mkdir -p /opt/cni/bin
|
||||||
$ sudo tar -C /opt/cni/bin -xzf cni-plugins.tgz
|
$ sudo tar -C /opt/cni/bin -xzf cni-plugins.tgz
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user