Skip to content

Commit f006db4

Browse files
authored
Merge pull request kubernetes-sigs#1713 from tormath1/tormath1/flatcar
🌱 ci: bump Flatcar tested version
2 parents 6796475 + 021a72f commit f006db4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

+1-1
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.4-kube-v1.27.2.img
141+
/opt/stack/devstack/tools/upload_image.sh https://storage.googleapis.com/artifacts.k8s-staging-capi-openstack.appspot.com/test/flatcar/flatcar-stable-3602.2.0-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

+1-1
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ variables:
194194
# The default user for SSH connections from bastion to machines
195195
SSH_USER_MACHINE: "ubuntu"
196196
EXP_KUBEADM_BOOTSTRAP_FORMAT_IGNITION: "true"
197-
OPENSTACK_FLATCAR_IMAGE_NAME: "flatcar-stable-3510.2.4-kube-v1.27.2"
197+
OPENSTACK_FLATCAR_IMAGE_NAME: "flatcar-stable-3602.2.0-kube-v1.27.2"
198198

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

0 commit comments

Comments
 (0)