зеркало из https://github.com/Azure/acs-engine.git
Enable Azure CNI 1.0.15 (#4361)
This commit is contained in:
Родитель
491b353715
Коммит
98a0814b93
|
@ -143,7 +143,7 @@ var (
|
||||||
ImageOffer: "aks",
|
ImageOffer: "aks",
|
||||||
ImageSku: "aks-ubuntu-1604-201812",
|
ImageSku: "aks-ubuntu-1604-201812",
|
||||||
ImagePublisher: "microsoft-aks",
|
ImagePublisher: "microsoft-aks",
|
||||||
ImageVersion: "2018.12.03",
|
ImageVersion: "2018.12.12",
|
||||||
}
|
}
|
||||||
|
|
||||||
// DefaultAKSDockerEngineOSImageConfig is the AKS image based on Ubuntu 16.04.
|
// DefaultAKSDockerEngineOSImageConfig is the AKS image based on Ubuntu 16.04.
|
||||||
|
@ -151,7 +151,7 @@ var (
|
||||||
ImageOffer: "aks",
|
ImageOffer: "aks",
|
||||||
ImageSku: "aks-ubuntu-1604-docker-engine",
|
ImageSku: "aks-ubuntu-1604-docker-engine",
|
||||||
ImagePublisher: "microsoft-aks",
|
ImagePublisher: "microsoft-aks",
|
||||||
ImageVersion: "2018.12.03",
|
ImageVersion: "2018.12.12",
|
||||||
}
|
}
|
||||||
|
|
||||||
//DefaultOpenShift39RHELImageConfig is the OpenShift on RHEL distribution.
|
//DefaultOpenShift39RHELImageConfig is the OpenShift on RHEL distribution.
|
||||||
|
|
|
@ -251,7 +251,7 @@ const (
|
||||||
// AzureCniPluginVerLinux specifies version of Azure CNI plugin, which has been mirrored from
|
// 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
|
// 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
|
// to https://acs-mirror.azureedge.net/cni
|
||||||
AzureCniPluginVerLinux = "v1.0.14"
|
AzureCniPluginVerLinux = "v1.0.15"
|
||||||
// AzureCniPluginVerWindows specifies version of Azure CNI plugin, which has been mirrored from
|
// 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
|
// 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
|
// to https://acs-mirror.azureedge.net/cni
|
||||||
|
|
Загрузка…
Ссылка в новой задаче