-
Notifications
You must be signed in to change notification settings - Fork 585
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.1 #10051
Merged
Merged
backports: for v1.9.1 #10051
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 siderolabs/go-blockdevice#119 Signed-off-by: Andrey Smirnov <[email protected]> (cherry picked from commit 8003536)
Fix query function used by CLI to match the time syncer behavior. Signed-off-by: Dmitry Sharshakov <[email protected]> (cherry picked from commit cee6c60)
Support gcr.io auth for cache and image gen. Signed-off-by: Noel Georgi <[email protected]> (cherry picked from commit f756043)
Fixes siderolabs#10000 Fixes siderolabs#10001 Signed-off-by: Andrey Smirnov <[email protected]> (cherry picked from commit 4c32616)
This was introduced in 1.9 cycle. Fixes siderolabs#9998 Signed-off-by: Andrey Smirnov <[email protected]> (cherry picked from commit fb36753)
Fixes siderolabs#9980 Signed-off-by: Andrey Smirnov <[email protected]> (cherry picked from commit c12b524)
To be backported to Talos 1.9.1. Signed-off-by: Andrey Smirnov <[email protected]> (cherry picked from commit 73c82e3)
Create a dummy SELinux file_contexts file to mitigate the warning. We do not rely on libselinux for labeling, so empty file suffices. Signed-off-by: Dmitry Sharshakov <[email protected]> (cherry picked from commit bd85bd5)
This still allows running install on 1 GiB hardware. Fixes siderolabs#10024 Signed-off-by: Andrey Smirnov <[email protected]> (cherry picked from commit 82ea44a)
Search domain should be domain name of the hostname, not the FQDN. Bug introduced in siderolabs#9844 Signed-off-by: Andrey Smirnov <[email protected]> (cherry picked from commit 5f3acd0)
Pulls in siderolabs/go-blockdevice#120 Signed-off-by: Andrey Smirnov <[email protected]> (cherry picked from commit 5dc15e8)
1. Don't set max cgroups limit if race mode is enabled (only in test mode). When e.g. apid/trustd are built with race detector on, they consume 10x the memory. 2. Fix a data race in `talosctl support` when showing UI progress. 3. Fix an issue pulling `kubeconfig` in `talosctl support` - pull from endpoints (controlplanes) without setting any nodes. Fixes siderolabs#10036 Signed-off-by: Andrey Smirnov <[email protected]> (cherry picked from commit b72bda0)
This should improve watch reliability, as it was failing on channel being closed. Fixes siderolabs#10039 Signed-off-by: Andrey Smirnov <[email protected]> (cherry picked from commit 27233cf)
Fixes siderolabs#10040 Sometimes etcd after 'server stoppped' error actually removes a member, so the next attempt returns member not found, ignore it, as our goal was to remove a member. Signed-off-by: Andrey Smirnov <[email protected]> (cherry picked from commit f98efb3)
Unix4ever
approved these changes
Dec 26, 2024
/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:
Failed to initialize SELinux labeling handle
udev error #10010