Skip to content

Commit f1d4282

Browse files
author
Cecile Robert-Michon
committed
Change all example k8s versions and defaults to 1.18.3
1 parent a7b849c commit f1d4282

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

docs/development.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ export CONTROL_PLANE_MACHINE_COUNT=3
264264
export AZURE_CONTROL_PLANE_MACHINE_TYPE="Standard_D2s_v3"
265265
export AZURE_NODE_MACHINE_TYPE="Standard_D2s_v3"
266266
export WORKER_MACHINE_COUNT=2
267-
export KUBERNETES_VERSION="v1.17.4"
267+
export KUBERNETES_VERSION="v1.18.3"
268268

269269
# Generate SSH key.
270270
# If you want to provide your own key, skip this step and set AZURE_SSH_PUBLIC_KEY to your existing file.

docs/topics/failure-domains.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ metadata:
3838
name: controlplane-0
3939
namespace: default
4040
spec:
41-
version: "v1.15.2"
41+
version: "v1.18.3"
4242
clusterName: my-cluster
4343
failureDomain: "1"
4444
bootstrap:

docs/topics/machinepools.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ for that.
4545
Make sure to set up your Azure environment as described [here](https://cluster-api.sigs.k8s.io/user/quick-start.html).
4646

4747
```shell
48-
clusterctl config cluster my-cluster --kubernetes-version v1.17.4 --flavor machinepool > my-cluster.yaml
48+
clusterctl config cluster my-cluster --kubernetes-version v1.18.3 --flavor machinepool > my-cluster.yaml
4949
```
5050

5151
The template used for this [flavor](https://cluster-api.sigs.k8s.io/clusterctl/commands/config-cluster.html#flavors)
@@ -75,7 +75,7 @@ spec:
7575
apiVersion: exp.infrastructure.cluster.x-k8s.io/v1alpha3
7676
kind: AzureMachinePool
7777
name: capz-mp-0
78-
version: v1.17.4
78+
version: v1.18.3
7979
---
8080
apiVersion: exp.infrastructure.cluster.x-k8s.io/v1alpha3
8181
kind: AzureMachinePool

hack/create-dev-cluster.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export CONTROL_PLANE_MACHINE_COUNT=${CONTROL_PLANE_MACHINE_COUNT:-3}
4242
export AZURE_CONTROL_PLANE_MACHINE_TYPE="${CONTROL_PLANE_MACHINE_TYPE:-Standard_D2s_v3}"
4343
export AZURE_NODE_MACHINE_TYPE="${NODE_MACHINE_TYPE:-Standard_D2s_v3}"
4444
export WORKER_MACHINE_COUNT=${WORKER_MACHINE_COUNT:-2}
45-
export KUBERNETES_VERSION="${KUBERNETES_VERSION:-v1.17.4}"
45+
export KUBERNETES_VERSION="${KUBERNETES_VERSION:-v1.18.3}"
4646
export TEMPLATE_PATH="${TEMPLATE_PATH:-cluster-template.yaml}"
4747

4848
# Generate SSH key.

test/e2e/config/azure-dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ providers:
4747
- sourcePath: ../../../templates/cluster-template.yaml
4848

4949
variables:
50-
KUBERNETES_VERSION: "${KUBERNETES_VERSION:-v1.17.4}"
50+
KUBERNETES_VERSION: "${KUBERNETES_VERSION:-v1.18.3}"
5151
CNI: "../../templates/addons/calico.yaml"
5252

5353
intervals:

0 commit comments

Comments
 (0)