-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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.27] Backports for 2024-04 release cycle #9912
Merged
brandond
merged 16 commits into
k3s-io:release-1.27
from
brandond:2024-04-backport_release-1.27
Apr 11, 2024
Merged
[release-1.27] Backports for 2024-04 release cycle #9912
brandond
merged 16 commits into
k3s-io:release-1.27
from
brandond:2024-04-backport_release-1.27
Apr 11, 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 <brad.davidson@rancher.com> (cherry picked from commit 7a2a2d0)
Prevents joining nodes from being stuck with bad initial member list if there is a transient failure, or if they try to join themselves Signed-off-by: Brad Davidson <brad.davidson@rancher.com> (cherry picked from commit d7cdbb7)
Don't clobber the providerID field and instance-type/region/zone labels if provided by the kubelet. This allows the user to set these to the correct values when using the embedded CCM in a real cloud environment. Signed-off-by: Brad Davidson <brad.davidson@rancher.com> (cherry picked from commit 65cd606)
CRI and containerd APIs disagree about the registry names - CRI supports index.docker.io as an alias for docker.io, while containerd does not. Use the actual stored RepoTag to determine what image to ask containerd for. Signed-off-by: Brad Davidson <brad.davidson@rancher.com> (cherry picked from commit f099bfa)
Fixes `cannot find name for user ID 0: No such file or directory` errors when checking user info in docker image Signed-off-by: Brad Davidson <brad.davidson@rancher.com> (cherry picked from commit 7474a6f)
Disable cleanup of orphaned snapshots and patching of node annotations if running agentless Signed-off-by: Brad Davidson <brad.davidson@rancher.com> (cherry picked from commit edb0440)
* Adds support for health-checking loadbalancer servers. If a health-check fails when dialing, all existing connections to the server will be closed. * Wires up a remotedialer tunnel connectivity check as the health check for supervisor/apiserver connections. * Wires up a simple ping request to the supervisor port as the health check for etcd connections. Signed-off-by: Brad Davidson <brad.davidson@rancher.com> (cherry picked from commit c51d7bf)
* Add ADR * Add `k3s certificate check` command. * Add periodic check and events when certs are about to expire. * Add metrics for certificate validity remaining, labeled by cert subject Signed-off-by: Brad Davidson <brad.davidson@rancher.com> (cherry picked from commit 7f65975)
Signed-off-by: Brad Davidson <brad.davidson@rancher.com> (cherry picked from commit f2961fb)
Signed-off-by: Brad Davidson <brad.davidson@rancher.com> (cherry picked from commit 60248c4)
brandond
force-pushed
the
2024-04-backport_release-1.27
branch
from
April 10, 2024 22:06
aceda9e
to
4cd9741
Compare
matttrach
reviewed
Apr 10, 2024
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## release-1.27 #9912 +/- ##
================================================
- Coverage 38.58% 35.56% -3.02%
================================================
Files 154 155 +1
Lines 15775 13769 -2006
================================================
- Hits 6086 4897 -1189
+ Misses 8614 7918 -696
+ Partials 1075 954 -121
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
matttrach
approved these changes
Apr 10, 2024
Bump containerd to v1.7.15 Bump cri-dockerd to v0.3.12 Signed-off-by: Brad Davidson <brad.davidson@rancher.com> (cherry picked from commit 0792461)
Signed-off-by: Brad Davidson <brad.davidson@rancher.com> (cherry picked from commit fe465cc)
Prefer the address of the etcd member being joined, and seed the full address list immediately on startup. Signed-off-by: Brad Davidson <brad.davidson@rancher.com> (cherry picked from commit 7d9abc9)
Signed-off-by: Brad Davidson <brad.davidson@rancher.com> (cherry picked from commit 08f1022)
Signed-off-by: Brad Davidson <brad.davidson@rancher.com> (cherry picked from commit 4cc73b1)
brandond
force-pushed
the
2024-04-backport_release-1.27
branch
from
April 10, 2024 23:30
4cd9741
to
4d81a72
Compare
* Update traefik chart to bump image tag and fix quoting * Fix image quoting in flat manifests * Update local-path-provisioner config to stop using deprecated hostpath volume type Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
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
Verification
See linked issues
Testing
Linked Issues
--disable-agent
#9815k3s certificate rotate
fails on agents #9901User-Facing Change
Further Comments