Noel Georgi

Results 115 comments of Noel Georgi

this must be the kernel, since there's kernel updates between 1.1.2 and 1.2.5, i think you should do `talosctl disks` and specify the install disk by diskselector, so it will...

> Is the disk selector available to me for version upgrades? The disk whether it's `mmcblk1` or `mmcblk0` is always correct for the initial install (I've re-flashed the MMC many...

https://www.talos.dev/v1.2/reference/configuration/#installdiskselector you should use the `busPath`

> Hello @smira ! > > thank you for your quick answer. I'll change my TF code. > > For my information, what is the root cause ? is it...

> > Bonus point: TPM-based disk encryption > > I'm sure you're already aware of this, but [systemd-cryptenroll](https://man.archlinux.org/man/systemd-cryptenroll.1.en) is typically the way this is done on desktops. Not sure if...

note: `make image-` requires `make imager PUSH=true` to first build and push the imager image first

> E.g. If I build my own imager on main for instance, then both my imager image and local tag will both resolve with -dirty appended (from the default value...

Run `talosctl disks --insecure --endpoint --nodes to get the list of disks detected. ```/dev/*d*``` are not consistent across distros and could be even inconsistent across reboots in some edge cases...

sorry, that was `--endpoints` , glad it's sorted