Skip to content

Commit

Permalink
Add k8s 1.24.3 to VHD. (Azure#2013)
Browse files Browse the repository at this point in the history
  • Loading branch information
yizhang4321 committed Jul 27, 2022
1 parent b261f32 commit 55153d3
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
3 changes: 2 additions & 1 deletion vhdbuilder/packer/generate-windows-vhd-configuration.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,8 @@ $global:map = @{
"https://acs-mirror.azureedge.net/kubernetes/v1.23.8/windowszip/v1.23.8-1int.zip",
"https://acs-mirror.azureedge.net/kubernetes/v1.23.5-hotfix.20220331/windowszip/v1.23.5-hotfix.20220331-1int.zip",
"https://acs-mirror.azureedge.net/kubernetes/v1.23.7/windowszip/v1.23.7-1int.zip",
"https://acs-mirror.azureedge.net/kubernetes/v1.24.0/windowszip/v1.24.0-1int.zip"
"https://acs-mirror.azureedge.net/kubernetes/v1.24.0/windowszip/v1.24.0-1int.zip",
"https://acs-mirror.azureedge.net/kubernetes/v1.24.3/windowszip/v1.24.3-1int.zip"
);
"c:\akse-cache\win-vnet-cni\" = @(
"https://acs-mirror.azureedge.net/azure-cni/v1.4.22/binaries/azure-vnet-cni-singletenancy-windows-amd64-v1.4.22.zip",
Expand Down
1 change: 1 addition & 0 deletions vhdbuilder/packer/install-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -492,6 +492,7 @@ MULTI_ARCH_KUBE_BINARY_VERSIONS="
1.23.5-hotfix.20220615
1.23.8-hotfix.20220620
1.24.0-hotfix.20220615
1.24.3
"

KUBE_BINARY_VERSIONS="${MULTI_ARCH_KUBE_BINARY_VERSIONS}"
Expand Down
6 changes: 4 additions & 2 deletions vhdbuilder/packer/kube-proxy-images.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"1.23.8-hotfix.20220620.1",
"1.23.8-hotfix.20220620.2",
"1.24.0-hotfix.20220615.1",
"1.24.0-hotfix.20220615.2"
"1.24.0-hotfix.20220615.2",
"1.24.3.1"
]
}
]
Expand All @@ -42,7 +43,8 @@
"1.23.8-hotfix.20220620.1",
"1.23.8-hotfix.20220620.2",
"1.24.0-hotfix.20220615.1",
"1.24.0-hotfix.20220615.2"
"1.24.0-hotfix.20220615.2",
"1.24.3.1"
]
}
]
Expand Down
1 change: 1 addition & 0 deletions vhdbuilder/packer/test/linux-vhd-content-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@ testKubeBinariesPresent() {
1.23.5-hotfix.20220615
1.23.8-hotfix.20220620
1.24.0-hotfix.20220615
1.24.3
"
for patchedK8sVersion in ${k8sVersions}; do
# Only need to store k8s components >= 1.19 for containerd VHDs
Expand Down

0 comments on commit 55153d3

Please sign in to comment.