-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[release-1.32] Backports for 2025-03 #11919
Merged
brandond
merged 14 commits into
k3s-io:release-1.32
from
brandond:2025-03-backports_release-1.32
Mar 7, 2025
Merged
[release-1.32] Backports for 2025-03 #11919
brandond
merged 14 commits into
k3s-io:release-1.32
from
brandond:2025-03-backports_release-1.32
Mar 7, 2025
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Static bin dir is first in search path and is on /var/lib/rancher/k3s volume, which can be persisted by users. If the volume is empty it will just fall back to the legacy /bin dir. (cherry picked from commit b2d495e) Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
Signed-off-by: Brad Davidson <brad.davidson@rancher.com> (cherry picked from commit 6199b79) Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
…fig command Signed-off-by: Somesh Bhalsing <somesh.bhalsing@gmail.com> (cherry picked from commit 6131ea1) Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
Signed-off-by: Brad Davidson <brad.davidson@rancher.com> (cherry picked from commit 5894af3) Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
Fixes issue where CA rotation would fail on servers with join URL set due to using old data from disk on other server Signed-off-by: Brad Davidson <brad.davidson@rancher.com> (cherry picked from commit 53fcadc) Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
Also wraps errors along the cluster prepare path to improve tracability. Signed-off-by: Brad Davidson <brad.davidson@rancher.com> (cherry picked from commit 244bfd0) Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
Signed-off-by: Brad Davidson <brad.davidson@rancher.com> (cherry picked from commit f940368) Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
…s ready Signed-off-by: Brad Davidson <brad.davidson@rancher.com> (cherry picked from commit e7b52cd) Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
Signed-off-by: Anders Larsson <anders.git@larsson.xyz> (cherry picked from commit 8aa543e) Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
Signed-off-by: Brad Davidson <brad.davidson@rancher.com> (cherry picked from commit 66d0f16) Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
We are not making use of the stack traces that these functions capture, so we should avoid using them as unnecessary overhead. Signed-off-by: Brad Davidson <brad.davidson@rancher.com> (cherry picked from commit bed1f66) Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
Interval is configurable with new etcd-snapshot-reconcile-interval flag Signed-off-by: Brad Davidson <brad.davidson@rancher.com> (cherry picked from commit d694dd1) Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
Signed-off-by: Brad Davidson <brad.davidson@rancher.com> (cherry picked from commit 0a47df6) Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## release-1.32 #11919 +/- ##
================================================
- Coverage 46.61% 44.90% -1.72%
================================================
Files 206 190 -16
Lines 19509 19107 -402
================================================
- Hits 9095 8580 -515
- Misses 9117 9285 +168
+ Partials 1297 1242 -55
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: Derek Nola <derek.nola@suse.com>
VestigeJ
approved these changes
Mar 7, 2025
vitorsavian
approved these changes
Mar 7, 2025
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Proposed Changes
Backports:
k3s.cattle.io
APIs github.com/k3s-io/api
#11827github.heygears.com/pkg/errors
functions that capture stack #11880Types of Changes
backports
Verification
see linked issues
Testing
Linked Issues
k3s.cattle.io
CR types github.com/k3s-io/api
#11839server
is set in config when rotating #11910CONFIG_NETFILTER_XT_MATCH_STATISTIC
is required by kube-proxy but not validated by check-config #11907"*"
wildcard mirror in registries.yaml with containerd 2.0 #11875errors.Wrap
witherrors.WithMessage
#11882User-Facing Change
Further Comments