-
Notifications
You must be signed in to change notification settings - Fork 13
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
Add k8s 1.25 to kubeadm tests #360
Conversation
6b79cf4
to
bacd1b0
Compare
Running the tests:
|
196feb0
to
a782973
Compare
Running the tests again (testing my test dispatcher job at the same time): |
It looks like it will need more investigation:
|
a782973
to
295e31e
Compare
Now it fails somewhere inside |
It looks like Cilium CLI now uses Helm charts to generate Cilium manifest. Helm charts are versioned in the vendors, and the version 1.12.1 has been added in the following commit: cilium/cilium-cli@4216e69 not yet released. |
295e31e
to
d569e78
Compare
Bumped cilium cli to 0.12.2 (released 4 days ago), so it should now support cilium 1.12.1. Let's see now. |
Running the tests again: |
while trying this branch:
that sounds like a SELinux issue but got the same result with permissive mode. EDIT: fixed with #365 |
For now I merged #365 here to get the docker container, so I can test adding k8s 1.25 with those fixes. |
Running the tests again: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CI looks good. Feel free to merge once rebased on flatcar-master
. 🎉 Thanks for the script :)
Invoke the script to get checksums for all the tested k8s versions, call with -N to get only for the first N listed k8s versions (so currently calling it with -1 will get checksums for k8s 1.25.0).
9cc084d
to
01323c9
Compare
Also comes with a script that get the checksums.
changelog/
directory (user-facing change, bug fix, security fix, update)