-
Notifications
You must be signed in to change notification settings - Fork 2.5k
[release-1.33] Backports for 2025-09 #12870
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
base: release-1.33
Are you sure you want to change the base?
[release-1.33] Backports for 2025-09 #12870
Conversation
Signed-off-by: Brad Davidson <[email protected]> (cherry picked from commit 5558747) Signed-off-by: Brad Davidson <[email protected]>
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]>
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 d08bf6c) 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]>
We no longer depend on this as a module any more, but need to keep it pinned for build-time version selection. Signed-off-by: Brad Davidson <[email protected]> (cherry picked from commit a64d872) Signed-off-by: Brad Davidson <[email protected]>
335401a
to
4f82d83
Compare
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## release-1.33 #12870 +/- ##
=================================================
- Coverage 40.08% 20.15% -19.94%
=================================================
Files 185 183 -2
Lines 19159 19153 -6
=================================================
- Hits 7680 3860 -3820
- Misses 10300 14857 +4557
+ Partials 1179 436 -743
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:
|
Proposed Changes
Backports:
--log-level=debug
up to k3s--debug
flag #12755Types of Changes
backports
Verification
see linked issues
Testing
Linked Issues
User-Facing Change
Further Comments