-
Notifications
You must be signed in to change notification settings - Fork 2.5k
[release-1.32] Backports for 2025-09 #12886
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
[release-1.32] Backports for 2025-09 #12886
Conversation
Signed-off-by: Brad Davidson <[email protected]> (cherry picked from commit 6ab8b42) Signed-off-by: Brad Davidson <[email protected]>
Signed-off-by: Brad Davidson <[email protected]> (cherry picked from commit 356bd5d) Signed-off-by: Brad Davidson <[email protected]>
Requires switch from github.com/opencontainers/runc/libcontainer/cgroups -> github.com/opencontainers/cgroups Signed-off-by: Brad Davidson <[email protected]> (cherry picked from commit 0254ca3) Signed-off-by: Brad Davidson <[email protected]>
Changes to how we bootstrap the agent and apiserver address list have made this unnecessary since 5014c9e was merged, and it is creating problems due to only etcd-only nodes not using their own config. Signed-off-by: Brad Davidson <[email protected]> (cherry picked from commit 0ec4740) Signed-off-by: Brad Davidson <[email protected]>
Signed-off-by: Brad Davidson <[email protected]> (cherry picked from commit a9016f3) Signed-off-by: Brad Davidson <[email protected]>
55a1742 to
e408f3d
Compare
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## release-1.32 #12886 +/- ##
=================================================
- Coverage 40.13% 20.16% -19.98%
=================================================
Files 185 183 -2
Lines 19138 19130 -8
=================================================
- Hits 7681 3857 -3824
- Misses 10279 14837 +4558
+ Partials 1178 436 -742
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Signed-off-by: Brad Davidson <[email protected]> (cherry picked from commit e47c497) Signed-off-by: Brad Davidson <[email protected]>
Also cleans up some of the server.Context factory creation stuff to eliminate unused code paths and avoid registering the Helm controller when helm is disabled. As of fe465cc we no longer call NewContext outside pkg/server, so the isServer bool flag to use the supervisor kubeconfig and create an event recorder is unnecessary. Signed-off-by: Brad Davidson <[email protected]> (cherry picked from commit 068a013) Signed-off-by: Brad Davidson <[email protected]>
Signed-off-by: Brad Davidson <[email protected]> (cherry picked from commit 795091a) Signed-off-by: Brad Davidson <[email protected]>
Error is deadline exceeded, not cancelled Signed-off-by: Brad Davidson <[email protected]> (cherry picked from commit f1c8239) Signed-off-by: Brad Davidson <[email protected]>
Signed-off-by: Brad Davidson <[email protected]> (cherry picked from commit ac9f834) Signed-off-by: Brad Davidson <[email protected]>
Signed-off-by: Brad Davidson <[email protected]> (cherry picked from commit 1ae5ec3) Signed-off-by: Brad Davidson <[email protected]>
Signed-off-by: Brad Davidson <[email protected]> (cherry picked from commit c837bfc) Signed-off-by: Brad Davidson <[email protected]>
Fix apiserver-managed compact, and enable it Signed-off-by: Brad Davidson <[email protected]> (cherry picked from commit f3a036a) Signed-off-by: Brad Davidson <[email protected]>
Signed-off-by: Brad Davidson <[email protected]> (cherry picked from commit 4d1f1af) Signed-off-by: Brad Davidson <[email protected]>
Addresses issue where CNI bin symlinks were created with targets that were not yet valid, which caused external container runtimes that rely on filesystem notifications to detect changes to think that the bins did not exist. Signed-off-by: Brad Davidson <[email protected]> (cherry picked from commit b3ac144) Signed-off-by: Brad Davidson <[email protected]>
e408f3d to
83c5954
Compare
Proposed Changes
Backports:
--log-level=debugup to k3s--debugflag #12755Types of Changes
backports
Verification
see linked issues
Testing
Linked Issues
--debugoption doesn't work with--docker#12828User-Facing Change
Further Comments