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 f2aac20 commit 8c1aac5Copy full SHA for 8c1aac5
scripts/install-cni-plugin.sh
@@ -48,7 +48,7 @@ printf "done.\n"
48
49
# Install azure-vnet CNI network configuration file.
50
printf "Installing azure-vnet CNI network configuration file to $CNI_NETCONF_DIR..."
51
-mv $CNI_BIN_DIR/*.conf $CNI_NETCONF_DIR
+mv $CNI_BIN_DIR/*.conflist $CNI_NETCONF_DIR
52
printf "done.\n"
53
54
# Install loopback plugin.
0 commit comments