We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca99852 commit 9ece879Copy full SHA for 9ece879
scripts/install-cni-plugin.sh
@@ -53,7 +53,7 @@ printf "done.\n"
53
54
# Install loopback plugin.
55
printf "Installing loopback CNI plugin version $CNI_VERSION to $CNI_BIN_DIR..."
56
-/usr/bin/curl -sSL https://github.com/containernetworking/cni/releases/download/$CNI_VERSION/cni-amd64-$CNI_VERSION.tgz > $CNI_BIN_DIR/cni.tgz
+/usr/bin/curl -sSL https://github.com/containernetworking/plugins/releases/download/$CNI_VERSION/cni-plugins-linux-amd64-$CNI_VERSION.tgz > $CNI_BIN_DIR/cni.tgz
57
tar -xzf $CNI_BIN_DIR/cni.tgz -C $CNI_BIN_DIR ./loopback
58
printf "done.\n"
59
0 commit comments