File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -351,7 +351,7 @@ spec:
351351 resourceGroupName: foo-bar
352352 sshPublicKey: ${AZURE_SSH_PUBLIC_KEY_B64:=""}
353353 subscriptionID: 00000000-0000-0000-0000-000000000000 # fake uuid
354- version: v1.26.6
354+ version: v1.29.4
355355 identity:
356356 type: UserAssigned
357357 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 @@ -50,7 +50,7 @@ export CONTROL_PLANE_MACHINE_COUNT=${CONTROL_PLANE_MACHINE_COUNT:-3}
5050export AZURE_CONTROL_PLANE_MACHINE_TYPE=" ${CONTROL_PLANE_MACHINE_TYPE:- Standard_B2s} "
5151export AZURE_NODE_MACHINE_TYPE=" ${NODE_MACHINE_TYPE:- Standard_B2s} "
5252export WORKER_MACHINE_COUNT=${WORKER_MACHINE_COUNT:- 2}
53- export KUBERNETES_VERSION=" ${KUBERNETES_VERSION:- v1.26.6 } "
53+ export KUBERNETES_VERSION=" ${KUBERNETES_VERSION:- v1.29.5 } "
5454export CLUSTER_TEMPLATE=" ${CLUSTER_TEMPLATE:- cluster-template.yaml} "
5555
5656# 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
44or flavors; use the --flavor flag to specify which flavor to use; e.g
55
66``` shell
7- clusterctl generate cluster my-cluster --kubernetes-version v1.26.1 \
7+ clusterctl generate cluster my-cluster --kubernetes-version v1.29.5 \
88 --flavor private > my-cluster.yaml
99```
1010
You can’t perform that action at this time.
0 commit comments