Skip to content

Conversation

@lentzi90
Copy link
Contributor

@lentzi90 lentzi90 commented Nov 17, 2025

What this PR does / why we need it:

Run e2e tests with k8s v1.34.2. Upgrades from v1.33.1.

Also changes the image names to not include the versions. It felt a bit unnecessary to constantly change both the URLs and the names.

Since we use kind for the clusterctl upgrade tests, we need
to use a kubernetes version that has a kind node image available also.
I have added a separate variable for this.
(We could also build the kind image but that takes time and resources.)

Which issue(s) this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close the issue(s) when PR gets merged):
Fixes #

Special notes for your reviewer:

  1. Please confirm that if this PR changes any image versions, then that's the sole change this PR makes.

TODOs:

  • squashed commits
  • if necessary:
    • includes documentation
    • adds unit tests

@k8s-ci-robot k8s-ci-robot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Nov 17, 2025
@netlify
Copy link

netlify bot commented Nov 17, 2025

Deploy Preview for kubernetes-sigs-cluster-api-openstack ready!

Name Link
🔨 Latest commit b004100
🔍 Latest deploy log https://app.netlify.com/projects/kubernetes-sigs-cluster-api-openstack/deploys/691d7d56748c220007521aff
😎 Deploy Preview https://deploy-preview-2836--kubernetes-sigs-cluster-api-openstack.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Nov 17, 2025
@k8s-ci-robot k8s-ci-robot added the size/S Denotes a PR that changes 10-29 lines, ignoring generated files. label Nov 17, 2025
@lentzi90
Copy link
Contributor Author

/test pull-cluster-api-provider-openstack-e2e-full-test

@lentzi90
Copy link
Contributor Author

Ok so there is the downside of using a kind cluster for clusterctl upgrade. We need to make sure we have a node image with the correct version for it.

Failed to create kind cluster "clusterctl-upgrade-management-q5yh2x": failed to pull image "kindest/node:v1.34.2": command "docker pull kindest/node:v1.34.2" failed with error: exit status 1
Error response from daemon: manifest for kindest/node:v1.34.2 not found: manifest unknown: manifest unknown

@lentzi90 lentzi90 force-pushed the lentzi90/k8s-v1.34 branch 2 times, most recently from 7066450 to cc1c460 Compare November 19, 2025 07:32
@lentzi90
Copy link
Contributor Author

/test pull-cluster-api-provider-openstack-e2e-full-test

Since we use kind for the clusterctl upgrade tests, we need
to use a kubernetes version that has a kind node image available also.
I have added a separate variable for this.
(We could also build the kind image but that takes time and resources.)

Signed-off-by: Lennart Jern <[email protected]>
@lentzi90
Copy link
Contributor Author

/test pull-cluster-api-provider-openstack-e2e-full-test

@lentzi90
Copy link
Contributor Author

Ok this works
/hold cancel
/approve

@k8s-ci-robot k8s-ci-robot removed the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Nov 19, 2025
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: lentzi90

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Nov 19, 2025
Copy link
Contributor

@smoshiur1237 smoshiur1237 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Nov 20, 2025
@k8s-ci-robot k8s-ci-robot merged commit b5d457b into kubernetes-sigs:main Nov 20, 2025
16 checks passed
@github-project-automation github-project-automation bot moved this from Inbox to Done in CAPO Roadmap Nov 20, 2025
@lentzi90 lentzi90 deleted the lentzi90/k8s-v1.34 branch November 20, 2025 10:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

3 participants