-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
[2.22] Add hashes for kubernetes 1.26.11, 1.26.10 #10704
[2.22] Add hashes for kubernetes 1.26.11, 1.26.10 #10704
Conversation
Make kubernetes 1.26.11 default
Hi @VannTen. Thanks for your PR. I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
4fcb144
to
853b0cd
Compare
This is untested. It passes terraform validate to un-broke the CI.
/ok-to-test |
remove embedded template
80fde8e
to
c973eaf
Compare
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.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mzaian, VannTen 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 |
* tests: replace fedora35 with fedora37 Signed-off-by: Arthur Outhenin-Chalandre <[email protected]> * tests: replace fedora36 with fedora38 Signed-off-by: Arthur Outhenin-Chalandre <[email protected]> * docs: update fedora version in docs Signed-off-by: Arthur Outhenin-Chalandre <[email protected]> * molecule: upgrade fedora version Signed-off-by: Arthur Outhenin-Chalandre <[email protected]> * tests: upgrade fedora images for vagrant and kubevirt Signed-off-by: Arthur Outhenin-Chalandre <[email protected]> * vagrant: workaround to fix private network ip address in fedora Fedora stop supporting syconfig network script so we added a workaround here hashicorp/vagrant#12762 (comment) to fix it. * netowrkmanager: do not configure dns if using systemd-resolved We should not configure dns if we point to systemd-resolved. Systemd-resolved is using NetworkManager to infer the upstream DNS server so if we set NetworkManager to 127.0.0.53 it will prevent systemd-resolved to get the correct network DNS server. Thus if we are in this case we just don't set this setting. Signed-off-by: Arthur Outhenin-Chalandre <[email protected]> * image-builder: update centos7 image Signed-off-by: Arthur Outhenin-Chalandre <[email protected]> * gitlab-ci: mark fedora packet jobs as allow failure Fedora networking is still broken on Packet, let's mark it as allow failure for now. Signed-off-by: Arthur Outhenin-Chalandre <[email protected]> --------- Signed-off-by: Arthur Outhenin-Chalandre <[email protected]>
c973eaf
to
85edf06
Compare
Thanks @VannTen |
What type of PR is this?
/kind api-change
What this PR does / why we need it:
Which issue(s) this PR fixes:
Special notes for your reviewer:
1.26.11 contains a backport of kubernetes/kubernetes#121327 ,which fix a nasty regression on the cronjob controller (controller eating all the CPU).
Does this PR introduce a user-facing change?: