зеркало из https://github.com/Azure/acs-engine.git
Update to Azure-CNI v1.0.14 (#4297)
This commit is contained in:
Родитель
77e072fdca
Коммит
09aba1875c
|
@ -22,7 +22,7 @@ fi
|
|||
|
||||
installClearContainersRuntime
|
||||
|
||||
VNET_CNI_VERSIONS="1.0.10 1.0.11 1.0.12 1.0.13"
|
||||
VNET_CNI_VERSIONS="1.0.10 1.0.11 1.0.12 1.0.13 1.0.14"
|
||||
CNI_PLUGIN_VERSIONS="0.7.1"
|
||||
|
||||
for VNET_CNI_VERSION in $VNET_CNI_VERSIONS; do
|
||||
|
|
|
@ -242,11 +242,11 @@ const (
|
|||
// AzureCniPluginVerLinux specifies version of Azure CNI plugin, which has been mirrored from
|
||||
// https://github.com/Azure/azure-container-networking/releases/download/${AZURE_PLUGIN_VER}/azure-vnet-cni-linux-amd64-${AZURE_PLUGIN_VER}.tgz
|
||||
// to https://acs-mirror.azureedge.net/cni
|
||||
AzureCniPluginVerLinux = "v1.0.13"
|
||||
AzureCniPluginVerLinux = "v1.0.14"
|
||||
// AzureCniPluginVerWindows specifies version of Azure CNI plugin, which has been mirrored from
|
||||
// https://github.com/Azure/azure-container-networking/releases/download/${AZURE_PLUGIN_VER}/azure-vnet-cni-windows-amd64-${AZURE_PLUGIN_VER}.tgz
|
||||
// to https://acs-mirror.azureedge.net/cni
|
||||
AzureCniPluginVerWindows = "v1.0.13"
|
||||
AzureCniPluginVerWindows = "v1.0.14"
|
||||
// CNIPluginVer specifies the version of CNI implementation
|
||||
// https://github.com/containernetworking/plugins
|
||||
CNIPluginVer = "v0.7.1"
|
||||
|
|
Загрузка…
Ссылка в новой задаче