Skip to content

Commit 3b0ad94

Browse files
authored
Merge pull request #495 from CecileRobertMichon/readme-1.15
Update Kubernetes version support policy
2 parents d6121a1 + 9adcc4b commit 3b0ad94

File tree

3 files changed

+12
-14
lines changed

3 files changed

+12
-14
lines changed

README.md

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -29,21 +29,19 @@ TODO
2929

3030
This 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

3837
This 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

4846
Each 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

docs/development.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ export CONTROL_PLANE_MACHINE_COUNT=3
206206
export AZURE_CONTROL_PLANE_MACHINE_TYPE="Standard_D2s_v3"
207207
export AZURE_NODE_MACHINE_TYPE="Standard_D2s_v3"
208208
export 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.

hack/create-dev-cluster.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export CONTROL_PLANE_MACHINE_COUNT=${CONTROL_PLANE_MACHINE_COUNT:-3}
4141
export AZURE_CONTROL_PLANE_MACHINE_TYPE="${CONTROL_PLANE_MACHINE_TYPE:-Standard_D2s_v3}"
4242
export AZURE_NODE_MACHINE_TYPE="${NODE_MACHINE_TYPE:-Standard_D2s_v3}"
4343
export 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.
4747
SSH_KEY_FILE=${SSH_KEY_FILE:-""}

0 commit comments

Comments
 (0)