Skip to content

Commit 68df38e

Browse files
authored
Merge pull request #4899 from mboersma/bump-from-1.26
Update references to unsupported k8s v1.26
2 parents 56259aa + 817ba47 commit 68df38e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/book/src/topics/managedcluster.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>

hack/create-dev-cluster.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export CONTROL_PLANE_MACHINE_COUNT=${CONTROL_PLANE_MACHINE_COUNT:-3}
5050
export AZURE_CONTROL_PLANE_MACHINE_TYPE="${CONTROL_PLANE_MACHINE_TYPE:-Standard_B2s}"
5151
export AZURE_NODE_MACHINE_TYPE="${NODE_MACHINE_TYPE:-Standard_B2s}"
5252
export 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}"
5454
export CLUSTER_TEMPLATE="${CLUSTER_TEMPLATE:-cluster-template.yaml}"
5555

5656
# identity secret settings.

templates/flavors/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ In `clusterctl` the infrastructure provider authors can provide different type o
44
or 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

0 commit comments

Comments
 (0)