-
Notifications
You must be signed in to change notification settings - Fork 269
🌱 Use k8s v1.28 in tests #1723
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🌱 Use k8s v1.28 in tests #1723
Conversation
Skipping CI for Draft Pull Request. |
✅ Deploy Preview for kubernetes-sigs-cluster-api-openstack ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
[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 |
/test pull-cluster-api-provider-openstack-e2e-test |
aadda55
to
14629a7
Compare
/test pull-cluster-api-provider-openstack-e2e-full-test |
I cannot find the issue. Rerunning to rule out flake... |
🤦 triggered wrong test... |
I am more confused than ever. It failed in a completely different way |
/test pull-cluster-api-provider-openstack-e2e-test |
@tormath1 could there be something wrong with the flatcar image? I created it with image-builder in the same way as I did the ubuntu image. Any special settings needed? |
Hello @lentzi90, thanks for working on this.
Then my first guess is that the |
Thanks @tormath1 ! I have built a new image and uploaded. Let's see how it goes! 🤞 |
Fantastic! It worked! 🙂 Thanks again for the help! |
/hold cancel |
Bump Kubernetes to v1.28.2 for e2e tests and bump envtest Kubernetes version to v1.28.0. Also removes the now unused USE_CI_ARTIFACTS environment variable that was set in some places.
14629a7
to
bf13ebd
Compare
Updated the table in the readme. I just added v1.28 to it and did not remove any of the older versions or check marks. My reasoning is that we have, for example, tested CAPO v1alpha6 with k8s v1.23 at some point so the check mark is still valid, even though we do not currently test it. |
|
we can achieve those |
/lgtm |
Bump Kubernetes to v1.28.2 for e2e tests and bump envtest Kubernetes
version to v1.28.0. Also removes the now unused USE_CI_ARTIFACTS
environment variable that was set in some places.