Skip to content

Commit

Permalink
Fix CNI version (0.8 is unsupported yet)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpetazzo committed Oct 30, 2019
1 parent 0b80238 commit 6cbcc4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prepare-vms/lib/commands.sh
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ _cmd_kubebins() {
sudo mkdir -p /opt/cni/bin
cd /opt/cni/bin
if ! [ -x bridge ]; then
curl -L https://github.com/containernetworking/plugins/releases/download/v0.8.2/cni-plugins-amd64-v0.8.2.tgz \
curl -L https://github.com/containernetworking/plugins/releases/download/v0.7.6/cni-plugins-amd64-v0.7.6.tgz \
| sudo tar -zx
fi
"
Expand Down

0 comments on commit 6cbcc4a

Please sign in to comment.