-
Notifications
You must be signed in to change notification settings - Fork 553
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.8.0-beta.1 #9318
Merged
talos-bot
merged 10 commits into
siderolabs:release-1.8
from
smira:backports/v1.8.0-beta.1
Sep 16, 2024
Merged
backports: for v1.8.0-beta.1 #9318
talos-bot
merged 10 commits into
siderolabs:release-1.8
from
smira:backports/v1.8.0-beta.1
Sep 16, 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
See https://github.com/etcd-io/etcd/releases/tag/v3.5.16 Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com> (cherry picked from commit 5c6277d)
We should ignore this, it's a totally an optional feature used in containers (Talos on its own kernel has ethtool-netlink). Fixes siderolabs#9296 Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com> (cherry picked from commit a9269ac)
Drop `activateLogicalVolumes` sequencer step. LVM package already ships proper udev rules to handle this. ```text ❯ tree lvm2/usr/lib/udev/rules.d/ lvm2/usr/lib/udev/rules.d/ ├── 10-dm.rules ├── 11-dm-lvm.rules ├── 13-dm-disk.rules ├── 69-dm-lvm.rules └── 95-dm-notify.rules 1 directory, 5 files ``` Fixes: siderolabs#9300 Signed-off-by: Noel Georgi <git@frezbo.dev> (cherry picked from commit e17fafa)
In the status controller, there was a wrong method to parse the endpoint which doesn't account for all supported formats. Use already parsed version in the config resource instead. Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com> (cherry picked from commit a294b36)
`List` returns a sorted (by id) list of resources. This doesn't work when the order of dns upstreams is important. Because of that add an `Idx` field to the "DNSUpstreams.net.talos.dev" resource, so we can preserve order. Fixes siderolabs#9274 Signed-off-by: Dmitriy Matrenichev <dmitry.matrenichev@siderolabs.com> (cherry picked from commit 79cd031)
The fix in siderolabs#9233 wasn't correct, as it was looking for number of replicas in a "random" ReplicaSet. If the deployment has multiple replica sets, it leads to unexpected results. Instead, read the Deployment resource directly. Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com> (cherry picked from commit 780a1f1)
Due to the bug introduced when refactoring for PTP devices, invalid NTP responses (including for example NTP kiss of death), were incorrectly handled when only a single NTP server was used. The error was logged, but the response was used to adjust the time which leads to unexpected time jumps. Properly ignore any invalid NTP response. Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com> (cherry picked from commit d4a6d01)
See https://github.com/kubernetes/kubernetes/releases/tag/v1.31.1 Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com> (cherry picked from commit 869f837)
Run SideroLink API server via TLS with self-signed certificate, inject that certificate into Talos via `talos.config.inline=`. Fix a couple of place where our special TLS root CA provider supporting reloading on the fly was not used. Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com> (cherry picked from commit 8d6884a)
Also disable max of one commit. Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
utkuozdemir
approved these changes
Sep 13, 2024
frezbo
approved these changes
Sep 13, 2024
smira
added
integration/conformance
integration/extensions
and removed
integration/provision
integration/conformance
labels
Sep 13, 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:
activateLogicalVolumes
sequencer step #9303