File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -264,7 +264,7 @@ export CONTROL_PLANE_MACHINE_COUNT=3
264264export AZURE_CONTROL_PLANE_MACHINE_TYPE=" Standard_D2s_v3"
265265export AZURE_NODE_MACHINE_TYPE=" Standard_D2s_v3"
266266export 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.
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ metadata:
3838 name : controlplane-0
3939 namespace : default
4040spec :
41- version : " v1.15.2 "
41+ version : " v1.18.3 "
4242 clusterName : my-cluster
4343 failureDomain : " 1"
4444 bootstrap :
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ for that.
4545Make 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
5151The template used for this [ flavor] ( https://cluster-api.sigs.k8s.io/clusterctl/commands/config-cluster.html#flavors )
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---
8080apiVersion : exp.infrastructure.cluster.x-k8s.io/v1alpha3
8181kind : AzureMachinePool
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ export CONTROL_PLANE_MACHINE_COUNT=${CONTROL_PLANE_MACHINE_COUNT:-3}
4242export AZURE_CONTROL_PLANE_MACHINE_TYPE=" ${CONTROL_PLANE_MACHINE_TYPE:- Standard_D2s_v3} "
4343export AZURE_NODE_MACHINE_TYPE=" ${NODE_MACHINE_TYPE:- Standard_D2s_v3} "
4444export 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 } "
4646export TEMPLATE_PATH=" ${TEMPLATE_PATH:- cluster-template.yaml} "
4747
4848# Generate SSH key.
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ providers:
4747 - sourcePath : ../../../templates/cluster-template.yaml
4848
4949variables :
50- KUBERNETES_VERSION : " ${KUBERNETES_VERSION:-v1.17.4 }"
50+ KUBERNETES_VERSION : " ${KUBERNETES_VERSION:-v1.18.3 }"
5151 CNI : " ../../templates/addons/calico.yaml"
5252
5353intervals :
You can’t perform that action at this time.
0 commit comments