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

Enable Azure CNI 1.0.15 #4361

Merged
merged 1 commit into from
Dec 17, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pkg/api/azenvtypes.go
Original file line number Diff line number Diff line change
Expand Up @@ -143,15 +143,15 @@ var (
ImageOffer: "aks",
ImageSku: "aks-ubuntu-1604-201812",
ImagePublisher: "microsoft-aks",
ImageVersion: "2018.12.03",
ImageVersion: "2018.12.12",
}

// DefaultAKSDockerEngineOSImageConfig is the AKS image based on Ubuntu 16.04.
DefaultAKSDockerEngineOSImageConfig = AzureOSImageConfig{
ImageOffer: "aks",
ImageSku: "aks-ubuntu-1604-docker-engine",
ImagePublisher: "microsoft-aks",
ImageVersion: "2018.12.03",
ImageVersion: "2018.12.12",
}

//DefaultOpenShift39RHELImageConfig is the OpenShift on RHEL distribution.
Expand Down
2 changes: 1 addition & 1 deletion pkg/api/const.go
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ 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.14"
AzureCniPluginVerLinux = "v1.0.15"
// 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
Expand Down