Skip to content

Commit 0dd9179

Browse files
committed
use 1.24 as test env
1 parent 361fab8 commit 0dd9179

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@ This provider's versions are compatible with the following versions of Cluster A
4747

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

50-
| | v1.16 | v1.17 | v1.18 | v1.19 | v1.20 | v1.21 | v1.22 | v1.23 |
51-
| ---------------------------------- | ----- | ----- | ----- | ----- | ----- | ----- | ----- | ----- |
52-
| OpenStack Provider v1alpha3 (v0.3) |||||| | | |
53-
| OpenStack Provider v1alpha4 (v0.4) | | | | || | | |
54-
| OpenStack Provider v1alpha4 (v0.5) | | | | ||| + | + |
55-
| OpenStack Provider v1alpha5 | | | | | || + ||
50+
| | v1.16 | v1.17 | v1.18 | v1.19 | v1.20 | v1.21 | v1.22 | v1.23 | v1.24 |
51+
| ---------------------------------- | ----- | ----- | ----- | ----- | ----- | ----- | ----- | ----- | ----- |
52+
| OpenStack Provider v1alpha3 (v0.3) |||||| | | | |
53+
| OpenStack Provider v1alpha4 (v0.4) | | | | || | | | |
54+
| OpenStack Provider v1alpha4 (v0.5) | | | | ||| + | + | + |
55+
| OpenStack Provider v1alpha5 | | | | | || + |||
5656

5757
This provider's versions are able to install Kubernetes to the following versions of OpenStack:
5858

docs/book/src/clusteropenstack/configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,15 +46,15 @@ Note: You can use [the template file](https://github.com/kubernetes-sigs/cluster
4646
# Using 'external-cloud-provider' flavor
4747
clusterctl generate cluster capi-quickstart \
4848
--flavor external-cloud-provider \
49-
--kubernetes-version v1.23.5 \
49+
--kubernetes-version v1.24.2 \
5050
--control-plane-machine-count=3 \
5151
--worker-machine-count=1 \
5252
> capi-quickstart.yaml
5353

5454
# Using 'without-lb' flavor
5555
clusterctl generate cluster capi-quickstart \
5656
--flavor without-lb \
57-
--kubernetes-version v1.23.5 \
57+
--kubernetes-version v1.24.2 \
5858
--control-plane-machine-count=1 \
5959
--worker-machine-count=1 \
6060
> capi-quickstart.yaml

test/e2e/data/e2e_conf.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ providers:
9595
variables:
9696
# used to ensure we deploy to the correct management cluster
9797
KUBE_CONTEXT: "kind-capo-e2e"
98-
KUBERNETES_VERSION: "v1.23.5"
98+
KUBERNETES_VERSION: "v1.24.2"
9999
CNI: "../../data/cni/calico.yaml"
100100
CCM: "../../data/ccm/cloud-controller-manager.yaml"
101101
EXP_CLUSTER_RESOURCE_SET: "true"

0 commit comments

Comments
 (0)