From 1fd49f99b453df5ed337d57d714a7e0c3772c59c Mon Sep 17 00:00:00 2001 From: Shishir Mahajan Date: Wed, 2 Sep 2020 10:34:05 -0700 Subject: [PATCH] Fix review comments. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3978c12..4a210f0 100644 --- a/README.md +++ b/README.md @@ -147,7 +147,7 @@ You need to install CNI plugins on Nomad client nodes under `/opt/cni/bin` befor **Instructions for installing CNI plugins.**
``` - $ 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 tar -C /opt/cni/bin -xzf cni-plugins.tgz ```