Skip to content

Commit 864f0d8

Browse files
authored
Merge pull request #1594 from Nordix/lentzi90/e2e-k8s-v1.27.2
🌱 E2e: Bump the tested Kubernetes versions
2 parents facb1f0 + 78f98e5 commit 864f0d8

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ This provider's versions are compatible with the following versions of Cluster A
4646

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

49-
| | v1.21 | v1.22 | v1.23 | v1.24 | v1.25 | v1.26 |
49+
| | v1.22 | v1.23 | v1.24 | v1.25 | v1.26 | v1.27 |
5050
|------------------------------------| ----- | ----- | ----- | ----- | ----- | ----- |
51-
| OpenStack Provider v1alpha5 (v0.6) | | + ||| | + |
52-
| OpenStack Provider v1alpha6 (v0.7) | | + |||||
53-
| OpenStack Provider v1alpha7 | + | + | + | + | + ||
51+
| OpenStack Provider v1alpha5 (v0.6) | + | ||| + | + |
52+
| OpenStack Provider v1alpha6 (v0.7) | + | |||||
53+
| OpenStack Provider v1alpha7 | + | + | + | + | ||
5454

5555
This provider's versions are able to install Kubernetes to the following versions of OpenStack:
5656

hack/ci/cloud-init/controller.yaml.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
# https://docs.openstack.org/glance/latest/admin/quotas.html
139139
/opt/stack/devstack/tools/upload_image.sh https://storage.googleapis.com/artifacts.k8s-staging-capi-openstack.appspot.com/test/cirros/2022-12-05/cirros-0.6.1-x86_64-disk.img
140140
/opt/stack/devstack/tools/upload_image.sh https://storage.googleapis.com/artifacts.k8s-staging-capi-openstack.appspot.com/test/ubuntu/2023-01-14/focal-server-cloudimg-amd64.img
141-
/opt/stack/devstack/tools/upload_image.sh https://storage.googleapis.com/artifacts.k8s-staging-capi-openstack.appspot.com/test/flatcar/flatcar-stable-3510.2.1-kube-v1.26.5.img
141+
/opt/stack/devstack/tools/upload_image.sh https://storage.googleapis.com/artifacts.k8s-staging-capi-openstack.appspot.com/test/flatcar/flatcar-stable-3510.2.3-kube-v1.27.2.img
142142

143143
# Add the controller to its own host aggregate and availability zone
144144
aggregateid=$(openstack aggregate create --zone "${PRIMARY_AZ}" "${PRIMARY_AZ}" -f value -c id)

test/e2e/data/e2e_conf.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -128,9 +128,9 @@ providers:
128128
variables:
129129
# used to ensure we deploy to the correct management cluster
130130
KUBE_CONTEXT: "kind-capo-e2e"
131-
KUBERNETES_VERSION: "v1.26.5"
132-
KUBERNETES_VERSION_UPGRADE_FROM: "v1.25.10"
133-
KUBERNETES_VERSION_UPGRADE_TO: "v1.26.5"
131+
KUBERNETES_VERSION: "v1.27.2"
132+
KUBERNETES_VERSION_UPGRADE_FROM: "v1.26.5"
133+
KUBERNETES_VERSION_UPGRADE_TO: "v1.27.2"
134134
ETCD_VERSION_UPGRADE_TO: "3.5.6-0"
135135
COREDNS_VERSION_UPGRADE_TO: "v1.9.3"
136136
CNI: "../../data/cni/calico.yaml"
@@ -153,12 +153,12 @@ variables:
153153
OPENSTACK_VOLUME_TYPE_ALT: "test-volume-type"
154154
CONFORMANCE_WORKER_MACHINE_COUNT: "5"
155155
CONFORMANCE_CONTROL_PLANE_MACHINE_COUNT: "1"
156-
INIT_WITH_KUBERNETES_VERSION: "v1.26.5"
156+
INIT_WITH_KUBERNETES_VERSION: "v1.27.2"
157157
E2E_IMAGE_URL: "http://10.0.3.15/capo-e2e-image.tar"
158158
# The default user for SSH connections from bastion to machines
159159
SSH_USER_MACHINE: "ubuntu"
160160
EXP_KUBEADM_BOOTSTRAP_FORMAT_IGNITION: "true"
161-
OPENSTACK_FLATCAR_IMAGE_NAME: "flatcar-stable-3510.2.1-kube-v1.26.5"
161+
OPENSTACK_FLATCAR_IMAGE_NAME: "flatcar-stable-3510.2.3-kube-v1.27.2"
162162

163163
intervals:
164164
conformance/wait-control-plane: ["30m", "10s"]

0 commit comments

Comments
 (0)