Fix review comments.

This commit is contained in:
Shishir Mahajan 2020-09-02 10:34:05 -07:00
parent 9848394e28
commit 1fd49f99b4
No known key found for this signature in database
GPG Key ID: D41782E7688DEC4A

View File

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