Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Commit

Permalink
download portmap (#1999)
Browse files Browse the repository at this point in the history
  • Loading branch information
saiyan86 authored and jackfrancis committed Jan 5, 2018
1 parent cc930c7 commit c648781
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parts/k8s/kubernetesmastercustomscript.sh
Expand Up @@ -238,7 +238,7 @@ function configAzureNetworkPolicy() {
# Mirror from https://github.com/Azure/azure-container-networking/releases/tag/$AZURE_PLUGIN_VER/azure-vnet-cni-linux-amd64-$AZURE_PLUGIN_VER.tgz
downloadUrl ${VNET_CNI_PLUGINS_URL} | tar -xz -C $CNI_BIN_DIR
# Mirror from https://github.com/containernetworking/cni/releases/download/$CNI_RELEASE_VER/cni-amd64-$CNI_RELEASE_VERSION.tgz
downloadUrl ${CNI_PLUGINS_URL} | tar -xz -C $CNI_BIN_DIR ./loopback
downloadUrl ${CNI_PLUGINS_URL} | tar -xz -C $CNI_BIN_DIR ./loopback ./portmap
chown -R root:root $CNI_BIN_DIR
chmod -R 755 $CNI_BIN_DIR

Expand Down

0 comments on commit c648781

Please sign in to comment.