[release-1.28] Backports for 2024-02 release cycle#9462
Merged
brandond merged 10 commits intok3s-io:release-1.28from Feb 10, 2024
Merged
[release-1.28] Backports for 2024-02 release cycle#9462brandond merged 10 commits intok3s-io:release-1.28from
brandond merged 10 commits intok3s-io:release-1.28from
Conversation
Signed-off-by: Brad Davidson <brad.davidson@rancher.com> (cherry picked from commit 4005600) Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
The reconcile may run before the kubelet has created the node object; retry until it succeeds Signed-off-by: Brad Davidson <brad.davidson@rancher.com> (cherry picked from commit 82e3c32) Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
Signed-off-by: Brad Davidson <brad.davidson@rancher.com> (cherry picked from commit 6ec1926) Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
Ref: rancher/plugins@v1.3.0-k3s1...v1.4.0-k3s2 Signed-off-by: Brad Davidson <brad.davidson@rancher.com> (cherry picked from commit 77ba990) Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
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 <brad.davidson@rancher.com> (cherry picked from commit 888f866) Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
Signed-off-by: Brad Davidson <brad.davidson@rancher.com> (cherry picked from commit 8224a3a) Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
Signed-off-by: Oleg Matskiv <oleg.matskiv@gmail.com> (cherry picked from commit e3b237f) Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
Signed-off-by: Edgar Lee <edgarhinshunlee@gmail.com> (cherry picked from commit 14c6c63) Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
Signed-off-by: Edgar Lee <edgarhinshunlee@gmail.com> (cherry picked from commit 0ac4c6a) Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
Signed-off-by: Brad Davidson <brad.davidson@rancher.com> (cherry picked from commit de82584) Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
vitorsavian
approved these changes
Feb 10, 2024
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## release-1.28 #9462 +/- ##
================================================
- Coverage 49.30% 45.87% -3.43%
================================================
Files 154 154
Lines 16616 16679 +63
================================================
- Hits 8192 7651 -541
- Misses 7137 7775 +638
+ Partials 1287 1253 -34
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
This file contains hidden or 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
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-dirdoes not exist #9389nsenterrootless k3s to interact with namespaced sockets and filesystems #9456--container-runtime-endpointwith rootless k3s #9459User-Facing Change
Further Comments