File tree 7 files changed +13
-13
lines changed
7 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ GINKGO_VER := $(shell go list -m -f '{{.Version}}' github.com/onsi/ginkgo/v2)
114
114
GINKGO_BIN := ginkgo
115
115
GINKGO := $(TOOLS_BIN_DIR ) /$(GINKGO_BIN ) -$(GINKGO_VER )
116
116
117
- KUBECTL_VER := v1.29.10
117
+ KUBECTL_VER := v1.32.2
118
118
KUBECTL_BIN := kubectl
119
119
KUBECTL := $(TOOLS_BIN_DIR ) /$(KUBECTL_BIN ) -$(KUBECTL_VER )
120
120
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ settings = {
25
25
"capi_version" : "v1.9.6" ,
26
26
"caaph_version" : "v0.2.5" ,
27
27
"cert_manager_version" : "v1.17.2" ,
28
- "kubernetes_version" : "v1.30 .2" ,
28
+ "kubernetes_version" : "v1.32 .2" ,
29
29
"aks_kubernetes_version" : "v1.30.2" ,
30
30
"flatcar_version" : "3374.2.1" ,
31
31
"azure_location" : "eastus" ,
Original file line number Diff line number Diff line change @@ -388,7 +388,7 @@ export CONTROL_PLANE_MACHINE_COUNT=3
388
388
export AZURE_CONTROL_PLANE_MACHINE_TYPE=" Standard_B2s"
389
389
export AZURE_NODE_MACHINE_TYPE=" Standard_B2s"
390
390
export WORKER_MACHINE_COUNT=2
391
- export KUBERNETES_VERSION=" v1.25.6 "
391
+ export KUBERNETES_VERSION=" v1.32.2 "
392
392
393
393
# Identity secret.
394
394
export AZURE_CLUSTER_IDENTITY_SECRET_NAME=" cluster-identity-secret"
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ executing clusterctl.
40
40
# Kubernetes values
41
41
export CLUSTER_NAME=" my-cluster"
42
42
export WORKER_MACHINE_COUNT=2
43
- export KUBERNETES_VERSION=" v1.27.3 "
43
+ export KUBERNETES_VERSION=" v1.32.2 "
44
44
45
45
# Azure values
46
46
export AZURE_LOCATION=" southcentralus"
@@ -361,7 +361,7 @@ spec:
361
361
resourceGroupName: foo-bar
362
362
sshPublicKey: ${AZURE_SSH_PUBLIC_KEY_B64:=""}
363
363
subscriptionID: 00000000-0000-0000-0000-000000000000 # fake uuid
364
- version: v1.29.4
364
+ version: v1.32.2
365
365
identity:
366
366
type: UserAssigned
367
367
userAssignedIdentityResourceID: /subscriptions/00000000-0000-0000-0000-00000000/resourcegroups/<your-resource-group>/providers/Microsoft.ManagedIdentity/userAssignedIdentities/<your-managed-identity>
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ export CONTROL_PLANE_MACHINE_COUNT=${CONTROL_PLANE_MACHINE_COUNT:-3}
53
53
export AZURE_CONTROL_PLANE_MACHINE_TYPE=" ${CONTROL_PLANE_MACHINE_TYPE:- Standard_B2s} "
54
54
export AZURE_NODE_MACHINE_TYPE=" ${NODE_MACHINE_TYPE:- Standard_B2s} "
55
55
export WORKER_MACHINE_COUNT=${WORKER_MACHINE_COUNT:- 2}
56
- export KUBERNETES_VERSION=" ${KUBERNETES_VERSION:- v1.29.10 } "
56
+ export KUBERNETES_VERSION=" ${KUBERNETES_VERSION:- v1.32.2 } "
57
57
export CLUSTER_TEMPLATE=" ${CLUSTER_TEMPLATE:- cluster-template.yaml} "
58
58
59
59
# identity secret settings.
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ In `clusterctl` the infrastructure provider authors can provide different type o
4
4
or flavors; use the --flavor flag to specify which flavor to use; e.g
5
5
6
6
``` shell
7
- clusterctl generate cluster my-cluster --kubernetes-version v1.29.5 \
7
+ clusterctl generate cluster my-cluster --kubernetes-version v1.32.2 \
8
8
--flavor private > my-cluster.yaml
9
9
```
10
10
@@ -66,7 +66,7 @@ worker-templates:
66
66
AZURE_LOCATION: eastus
67
67
AZURE_RESOURCE_GROUP: test-resource-group-name
68
68
CONTROL_PLANE_MACHINE_COUNT: "1"
69
- KUBERNETES_VERSION: v1.22.1
69
+ KUBERNETES_VERSION: v1.32.2
70
70
AZURE_CONTROL_PLANE_MACHINE_TYPE: Standard_B2s
71
71
WORKER_MACHINE_COUNT: "2"
72
72
AZURE_NODE_MACHINE_TYPE: Standard_B2s
@@ -88,6 +88,6 @@ worker-templates:
88
88
metadata:
89
89
AZURE_CONTROL_PLANE_MACHINE_TYPE: Standard_B2s
90
90
AZURE_LOCATION: southcentralus
91
- KUBERNETES_VERSION: v1.22.1
91
+ KUBERNETES_VERSION: v1.32.2
92
92
WORKER_MACHINE_COUNT: "1"
93
93
` ` `
Original file line number Diff line number Diff line change @@ -206,14 +206,14 @@ providers:
206
206
variables :
207
207
AKS_KUBERNETES_VERSION : " latest"
208
208
AKS_KUBERNETES_VERSION_UPGRADE_FROM : " latest-1"
209
- KUBERNETES_VERSION : " ${KUBERNETES_VERSION:-stable-1.29 }"
209
+ KUBERNETES_VERSION : " ${KUBERNETES_VERSION:-stable-1.32 }"
210
210
FLATCAR_KUBERNETES_VERSION : " ${FLATCAR_KUBERNETES_VERSION:-stable-1.26}"
211
- KUBERNETES_VERSION_API_UPGRADE_FROM : " v1.28 .10"
211
+ KUBERNETES_VERSION_API_UPGRADE_FROM : " v1.31 .10"
212
212
FLATCAR_VERSION : " ${FLATCAR_VERSION:-latest}"
213
213
ETCD_VERSION_UPGRADE_TO : " 3.5.10-0"
214
214
COREDNS_VERSION_UPGRADE_TO : " v1.11.1"
215
- KUBERNETES_VERSION_UPGRADE_TO : " ${KUBERNETES_VERSION_UPGRADE_TO:-stable-1.29 }"
216
- KUBERNETES_VERSION_UPGRADE_FROM : " ${KUBERNETES_VERSION_UPGRADE_FROM:-stable-1.28 }"
215
+ KUBERNETES_VERSION_UPGRADE_TO : " ${KUBERNETES_VERSION_UPGRADE_TO:-stable-1.32 }"
216
+ KUBERNETES_VERSION_UPGRADE_FROM : " ${KUBERNETES_VERSION_UPGRADE_FROM:-stable-1.31 }"
217
217
CNI : " ${PWD}/templates/addons/calico.yaml"
218
218
ADDONS_PATH : " ${PWD}/templates/addons"
219
219
REDACT_LOG_SCRIPT : " ${PWD}/hack/log/redact.sh"
You can’t perform that action at this time.
0 commit comments