File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed
services/virtualmachineimages
docs/book/src/self-managed Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ const (
5757 // LatestVersion is the image version latest.
5858 LatestVersion = "latest"
5959 // DefaultPublicGalleryName is the default Azure Compute Gallery.
60- DefaultPublicGalleryName = "capzed-489de9a5-a0a0-4e79-a806-ad5479ec43a5 "
60+ DefaultPublicGalleryName = "ClusterAPI-f72ceb4f-5159-4c26-a0fe-2ea738f0d019 "
6161 // DefaultLinuxGalleryImageName is the default Linux community gallery image definition.
6262 DefaultLinuxGalleryImageName = "capi-ubun2-2404"
6363 // DefaultWindowsGalleryImageName is the default Windows community gallery image definition.
Original file line number Diff line number Diff line change @@ -422,7 +422,7 @@ func TestMachinePoolScope_GetVMImage(t *testing.T) {
422422 g .Expect (err ).NotTo (HaveOccurred ())
423423 image := & infrav1.Image {
424424 ComputeGallery : & infrav1.AzureComputeGalleryImage {
425- Gallery : "capzed-489de9a5-a0a0-4e79-a806-ad5479ec43a5 " ,
425+ Gallery : "ClusterAPI-f72ceb4f-5159-4c26-a0fe-2ea738f0d019 " ,
426426 Name : "capi-ubun2-2404" ,
427427 Version : "1.19.11" ,
428428 },
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ import (
3030)
3131
3232/* Reference images live in an Azure community gallery with this structure:
33- . Gallery: "capzed-489de9a5-a0a0-4e79-a806-ad5479ec43a5 "
33+ . Gallery: "ClusterAPI-f72ceb4f-5159-4c26-a0fe-2ea738f0d019 "
3434├── Image Definition: "capi-ubun2-2404"
3535│ ├── Version: "1.30.4"
3636│ ├── Version: "1.30.5"
Original file line number Diff line number Diff line change @@ -13,12 +13,12 @@ You can list these *reference images* with these commands:
1313``` bash
1414# List the image definitions (distro and version)
1515az sig image-definition list-community \
16- --public-gallery-name capzed-489de9a5-a0a0-4e79-a806-ad5479ec43a5 \
16+ --public-gallery-name ClusterAPI-f72ceb4f-5159-4c26-a0fe-2ea738f0d019 \
1717 --location northcentralus
1818# List the versions for an image definition (Ubuntu 24.04 for example)
1919# Version names are Kubernetes releases, such as "1.28.14" or "1.31.1".
2020az sig image-version list-community \
21- --public-gallery-name capzed-489de9a5-a0a0-4e79-a806-ad5479ec43a5 \
21+ --public-gallery-name ClusterAPI-f72ceb4f-5159-4c26-a0fe-2ea738f0d019 \
2222 --gallery-image-definition capi-ubun2-2404 \
2323 --location northcentralus
2424```
@@ -160,7 +160,7 @@ spec:
160160 spec:
161161 image:
162162 computeGallery:
163- name: "capzed-489de9a5-a0a0-4e79-a806-ad5479ec43a5 "
163+ name: "ClusterAPI-f72ceb4f-5159-4c26-a0fe-2ea738f0d019 "
164164 gallery: "capi-ubun2-2404"
165165 version: "1.31.1"
166166` ` `
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ export CONTROL_PLANE_MACHINE_COUNT=${CONTROL_PLANE_MACHINE_COUNT:-3}
5353export AZURE_CONTROL_PLANE_MACHINE_TYPE=" ${CONTROL_PLANE_MACHINE_TYPE:- Standard_B2s} "
5454export AZURE_NODE_MACHINE_TYPE=" ${NODE_MACHINE_TYPE:- Standard_B2s} "
5555export WORKER_MACHINE_COUNT=${WORKER_MACHINE_COUNT:- 2}
56- export KUBERNETES_VERSION=" ${KUBERNETES_VERSION:- v1.29.9 } "
56+ export KUBERNETES_VERSION=" ${KUBERNETES_VERSION:- v1.29.10 } "
5757export CLUSTER_TEMPLATE=" ${CLUSTER_TEMPLATE:- cluster-template.yaml} "
5858
5959# identity secret settings.
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ const (
8888 capiImagePublisher = "cncf-upstream"
8989 capiOfferName = "capi"
9090 capiWindowsOfferName = "capi-windows"
91- capiCommunityGallery = "capzed-489de9a5-a0a0-4e79-a806-ad5479ec43a5 "
91+ capiCommunityGallery = "ClusterAPI-f72ceb4f-5159-4c26-a0fe-2ea738f0d019 "
9292 aksClusterNameSuffix = "aks"
9393 flatcarCAPICommunityGallery = "flatcar4capi-742ef0cb-dcaa-4ecb-9cb0-bfd2e43dccc0"
9494 defaultNamespace = "default"
You can’t perform that action at this time.
0 commit comments