-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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.26] Backports for 2024-02 release cycle #9464
Merged
brandond
merged 10 commits into
k3s-io:release-1.26
from
brandond:2024-02-backports_release-1.26
Feb 10, 2024
Merged
[release-1.26] Backports for 2024-02 release cycle #9464
brandond
merged 10 commits into
k3s-io:release-1.26
from
brandond:2024-02-backports_release-1.26
Feb 10, 2024
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
Signed-off-by: Brad Davidson <[email protected]> (cherry picked from commit 4005600) Signed-off-by: Brad Davidson <[email protected]>
The reconcile may run before the kubelet has created the node object; retry until it succeeds Signed-off-by: Brad Davidson <[email protected]> (cherry picked from commit 82e3c32) Signed-off-by: Brad Davidson <[email protected]>
Signed-off-by: Brad Davidson <[email protected]> (cherry picked from commit 6ec1926) Signed-off-by: Brad Davidson <[email protected]>
Ref: rancher/plugins@v1.3.0-k3s1...v1.4.0-k3s2 Signed-off-by: Brad Davidson <[email protected]> (cherry picked from commit 77ba990) Signed-off-by: Brad Davidson <[email protected]>
The nodes controller was reading from the configmaps cache, but doesn't add any handlers, so if no other controller added configmap handlers, the cache would remain empty. Signed-off-by: Brad Davidson <[email protected]> (cherry picked from commit 888f866) Signed-off-by: Brad Davidson <[email protected]>
Signed-off-by: Brad Davidson <[email protected]> (cherry picked from commit 8224a3a) Signed-off-by: Brad Davidson <[email protected]>
Signed-off-by: Oleg Matskiv <[email protected]> (cherry picked from commit e3b237f) Signed-off-by: Brad Davidson <[email protected]>
Signed-off-by: Edgar Lee <[email protected]> (cherry picked from commit 14c6c63) Signed-off-by: Brad Davidson <[email protected]>
Signed-off-by: Edgar Lee <[email protected]> (cherry picked from commit 0ac4c6a) Signed-off-by: Brad Davidson <[email protected]>
Signed-off-by: Brad Davidson <[email protected]> (cherry picked from commit de82584) Signed-off-by: Brad Davidson <[email protected]>
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## release-1.26 #9464 +/- ##
================================================
- Coverage 14.73% 14.72% -0.01%
================================================
Files 115 115
Lines 8457 8475 +18
================================================
+ Hits 1246 1248 +2
- Misses 6961 6977 +16
Partials 250 250
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
vitorsavian
approved these changes
Feb 10, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in 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:
Types of Changes
backports
Verification
See linked issues
Testing
Linked Issues
etcd-snapshot-dir
does not exist #9391nsenter
rootless k3s to interact with namespaced sockets and filesystems #9458--container-runtime-endpoint
with rootless k3s #9461User-Facing Change
Further Comments