-
Notifications
You must be signed in to change notification settings - Fork 601
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
backports: for v1.9.3 #10239
Merged
Merged
backports: for v1.9.3 #10239
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
See https://github.com/kubernetes/kubernetes/releases/tag/v1.32.1 Signed-off-by: Andrey Smirnov <[email protected]> (cherry picked from commit e06b141)
Fix the `/etc` bind mounts read-only by calling a remount as `ro`. The proper fix is to use new `fsopen` and `fsmount` API's. Signed-off-by: Noel Georgi <[email protected]> (cherry picked from commit 8dea57a)
This prevents DNS cache poisoning. Signed-off-by: Dmitriy Matrenichev <[email protected]> (cherry picked from commit fc7080e)
K8s 1.32+ won't lest us get deleted pods as it doesn't belong to our node, so just assume the pod is gone (at least it's not on our node anymore). Fixes siderolabs#10154 Signed-off-by: Andrey Smirnov <[email protected]> (cherry picked from commit 399d53b)
Via pkgs/tools. Signed-off-by: Andrey Smirnov <[email protected]> (cherry picked from commit 921e102)
The method `WaitForCacheSync` might block for a long time, and looks like it can block forever if the nodename requested doesn't match the actual nodename. Allow the wait to be aborted by running it in a goroutine, and notifying readiness of the watcher via the `notifyCh`. Fixes siderolabs#10163 Signed-off-by: Andrey Smirnov <[email protected]> (cherry picked from commit 0b7fc7c)
The previous fix was completely wrong. See siderolabs#10097 The core part of the problem was that `dosfstools` was not installed in the `installer`, so this causes a busybox version of it to be used which is totally broken for 4k disks. Adds an integration test. go-blockdevice updates revert first partition alignment for 4k disks and allow `talosctl cluster create` to detect properly installation status. Signed-off-by: Andrey Smirnov <[email protected]> (cherry picked from commit 7a712fa)
Fixes siderolabs#10182 Signed-off-by: Andrey Smirnov <[email protected]> (cherry picked from commit 689ea1d)
See https://github.com/etcd-io/etcd/blob/main/CHANGELOG/CHANGELOG-3.5.md Signed-off-by: Andrey Smirnov <[email protected]> (cherry picked from commit 83d007c)
Update to the latest LTS. Signed-off-by: Andrey Smirnov <[email protected]> (cherry picked from commit c5fb62e)
frezbo
approved these changes
Jan 28, 2025
Unix4ever
approved these changes
Jan 28, 2025
When using VIP, recovery of Kubernetes controlplane takes more time (plus given the fact that the test rotates PKI twice). Signed-off-by: Andrey Smirnov <[email protected]> (cherry picked from commit 93b4a37)
dsseng
approved these changes
Jan 28, 2025
/m |
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.
PRs backported: