Skip to content

Commit 7b0420e

Browse files
authored
Merge pull request #944 from Daimler/tobiasgiese/v0.4.0-readme
📖 Adjust README.md to fit v0.4.0 and bump k8s to v1.21.3
2 parents 9a849c8 + 5b979f8 commit 7b0420e

File tree

3 files changed

+26
-18
lines changed

3 files changed

+26
-18
lines changed

README.md

Lines changed: 23 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -37,27 +37,35 @@ previous cluster managers such as [kops][kops] and
3737

3838
This provider's versions are compatible with the following versions of Cluster API:
3939

40-
| | Cluster API v1alpha1 (v0.1) | Cluster API v1alpha2 (v0.2) | Cluster API v1alpha3 (v0.3) |
41-
|-------------------------------------------------|---|---|---|
42-
| OpenStack Provider v1alpha1 (release-0.1 branch)|| | |
43-
| OpenStack Provider v1alpha2 (v0.2) | || |
44-
| OpenStack Provider v1alpha3 (v0.3) | | ||
40+
| | OpenStack Provider v1alpha2 (v0.2) | OpenStack Provider v1alpha3 (v0.3) | OpenStack Provider v1alpha4 (v0.4) |
41+
|-----------------------------|------------------------------------|------------------------------------|------------------------------------|
42+
| Cluster API v1alpha2 (v0.2) | | | |
43+
| Cluster API v1alpha3 (v0.3) | | | |
44+
| Cluster API v1alpha4 (v0.4) | | | |
4545

4646
This provider's versions are able to install and manage the following versions of Kubernetes:
4747

48-
| | Kubernetes 1.13 | Kubernetes 1.14 | Kubernetes 1.15 | Kubernetes 1.16 | Kubernetes 1.17 | Kubernetes 1.18 | Kubernetes 1.19 | Kubernetes 1.20 |
49-
|-------------------------------------------------|---|---|---|---|---|---|---|---|
50-
|OpenStack Provider v1alpha1 (release-0.1 branch) |||| | | | | |
51-
|OpenStack Provider v1alpha2 (v0.2) | | || | | | | |
52-
|OpenStack Provider v1alpha3 (v0.3) | | | ||||||
48+
| | OpenStack Provider v1alpha2 (v0.2) | OpenStack Provider v1alpha3 (v0.3) | OpenStack Provider v1alpha4 (v0.4) |
49+
|-----------------|------------------------------------|------------------------------------|------------------------------------|
50+
| Kubernetes 1.15 || | |
51+
| Kubernetes 1.16 | || |
52+
| Kubernetes 1.17 | || |
53+
| Kubernetes 1.18 | || |
54+
| Kubernetes 1.19 | || |
55+
| Kubernetes 1.20 | |||
56+
| Kubernetes 1.21 | | ||
5357

5458
This provider's versions are able to install Kubernetes to the following versions of OpenStack:
5559

56-
| | OpenStack Pike | OpenStack Queens | OpenStack Rocky | OpenStack Stein | OpenStack Train | OpenStack Ussuri | OpenStack Victoria |
57-
|-------------------------------------------------|---|---|---|---|---|---|---|
58-
| OpenStack Provider v1alpha1 (release-0.1 branch)||||| + | + | + |
59-
| OpenStack Provider v1alpha2 (v0.2) | + || + || + | + | + |
60-
| OpenStack Provider v1alpha3 (v0.3) | + | + | + |||||
60+
| | OpenStack Provider v1alpha2 (v0.2) | OpenStack Provider v1alpha3 (v0.3) | OpenStack Provider v1alpha4 (v0.4) |
61+
|--------------------|------------------------------------|------------------------------------|------------------------------------|
62+
| OpenStack Pike | + | + | + |
63+
| OpenStack Queens || + | + |
64+
| OpenStack Rocky | + | + | + |
65+
| OpenStack Stein ||| + |
66+
| OpenStack Train | + || + |
67+
| OpenStack Ussuri | + || + |
68+
| OpenStack Victoria | + |||
6169

6270
Test status:
6371
* `` tested

docs/book/src/clusteropenstack/configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,15 @@ Note: You can use [the template file](../templates/cluster-template.yaml) by man
4242
# Using 'external-cloud-provider' flavor
4343
clusterctl config cluster capi-quickstart \
4444
--flavor external-cloud-provider \
45-
--kubernetes-version v1.20.6 \
45+
--kubernetes-version v1.21.3 \
4646
--control-plane-machine-count=3 \
4747
--worker-machine-count=1 \
4848
> capi-quickstart.yaml
4949

5050
# Using 'without-lb' flavor
5151
clusterctl config cluster capi-quickstart \
5252
--flavor without-lb \
53-
--kubernetes-version v1.20.6 \
53+
--kubernetes-version v1.21.3 \
5454
--control-plane-machine-count=1 \
5555
--worker-machine-count=1 \
5656
> capi-quickstart.yaml

test/e2e/data/e2e_conf.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ providers:
9393
variables:
9494
# used to ensure we deploy to the correct management cluster
9595
KUBE_CONTEXT: "kind-capo-e2e"
96-
KUBERNETES_VERSION: "v1.20.6"
96+
KUBERNETES_VERSION: "v1.21.3"
9797
CNI: "../../data/cni/calico.yaml"
9898
CCM: "../../data/ccm/cloud-controller-manager.yaml"
9999
EXP_CLUSTER_RESOURCE_SET: "true"

0 commit comments

Comments
 (0)