File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929
3030This provider's versions are compatible with the following versions of Cluster API:
3131
32- | | Cluster API ` v1alpha1 ` (` v0.1.x ` ) | Cluster API ` v1alpha2 ` (` v0.2.x ` ) | Cluster API ` v1alpha3 ` (` v0.3.x ` ) |
33- | ---| ---| ---| ---|
34- | Azure Provider ` v0.2.x ` | ✓ | | |
35- | Azure Provider ` v0.3.x ` | | ✓ | |
36- | Azure Provider ` v0.4.x ` | | | ✓ |
32+ | | Cluster API ` v1alpha2 ` (` v0.2.x ` ) | Cluster API ` v1alpha3 ` (` v0.3.x ` ) |
33+ | ---| ---| ---|
34+ | Azure Provider ` v0.3.x ` | ✓ | |
35+ | Azure Provider ` v0.4.x ` | | ✓ |
3736
3837This provider's versions are able to install and manage the following versions of Kubernetes:
3938
40- | | Azure Provider ` v0.2.x ` | Azure Provider ` v0.3.x ` | Azure Provider ` v0.4.x ` |
41- | ---| ---| ---| ---|
42- | Kubernetes 1.13 | ✓ | | |
43- | Kubernetes 1.14 | ✓ | ✓ | |
44- | Kubernetes 1.15 | ✓ | ✓ | ✓ |
45- | Kubernetes 1.16 | | ✓ | ✓ |
46- | Kubernetes 1.17 | | | ✓ |
39+ | | Azure Provider ` v0.3.x ` | Azure Provider ` v0.4.x ` |
40+ | ---| ---| ---|
41+ | Kubernetes 1.15 | ✓ | |
42+ | Kubernetes 1.16 | ✓ | ✓ |
43+ | Kubernetes 1.17 | | ✓ |
44+ | Kubernetes 1.18 | | ✓ |
4745
4846Each version of Cluster API for Azure will attempt to support at least two Kubernetes versions e.g., Cluster API for Azure ` v0.1 ` may support Kubernetes 1.13 and Kubernetes 1.14.
4947
Original file line number Diff line number Diff line change @@ -206,7 +206,7 @@ export CONTROL_PLANE_MACHINE_COUNT=3
206206export AZURE_CONTROL_PLANE_MACHINE_TYPE=" Standard_D2s_v3"
207207export AZURE_NODE_MACHINE_TYPE=" Standard_D2s_v3"
208208export WORKER_MACHINE_COUNT=2
209- export KUBERNETES_VERSION=" v1.17.3 "
209+ export KUBERNETES_VERSION=" v1.17.4 "
210210
211211# Generate SSH key.
212212# 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 @@ -41,7 +41,7 @@ export CONTROL_PLANE_MACHINE_COUNT=${CONTROL_PLANE_MACHINE_COUNT:-3}
4141export AZURE_CONTROL_PLANE_MACHINE_TYPE=" ${CONTROL_PLANE_MACHINE_TYPE:- Standard_D2s_v3} "
4242export AZURE_NODE_MACHINE_TYPE=" ${NODE_MACHINE_TYPE:- Standard_D2s_v3} "
4343export WORKER_MACHINE_COUNT=${WORKER_MACHINE_COUNT:- 2}
44- export KUBERNETES_VERSION=" ${KUBERNETES_VERSION:- v1.17.3 } "
44+ export KUBERNETES_VERSION=" ${KUBERNETES_VERSION:- v1.17.4 } "
4545
4646# Generate SSH key.
4747SSH_KEY_FILE=${SSH_KEY_FILE:- " " }
You can’t perform that action at this time.
0 commit comments