Andrey Smirnov

Results 1163 comments of Andrey Smirnov

yeah, I looked into the logs. So one of the joining nodes failed like I expected and described above: ``` user: warning: [2022-07-21T08:41:29.200341553Z]: [talos] service[etcd](Failed): Failed to run pre stage:...

The root cause is that `talosctl cluster create` does the equivalent of `docker run --privileged`, and that exposes host block devices to the container, which in turn exposes them to...

> Can this also be used to load kernel modules (let's say, zfs support)? > > The paths from https://github.com/talos-systems/extensions seem to suggest it's not… It might need more work,...

Some kernel args are special - they persist from the boot kernel arguments. Which kernel arg specifically have you tried? If that's the case, removing them from GRUB entry on...

it sounds like it should be like that, but there's also ISO/PXE boot environment kernel args, so things are more complicated a bit, and some kernel args are persisted from...

could you please fix your commit message to include the DCO? ``` git commit --amend -s ``` and make it something like: `fix: etcd snapshot command on Windows` with some...

Talos might re-fetch bootstrap manifests at any time, so the URLs used should be pinned to a specific version.

please see #4203 as a Talos way (it's coming in 1.1.0) to avoid this issue. we can't change interface names right now as it would break backwards compatibility