Florian Berchtold
Florian Berchtold
@xUnholy I assume your issue is `kexec_core` being stuck, caused by the missing `talos.board=rpi_generic`, which will lead to another very important flag, set here: https://github.com/siderolabs/talos/blob/cc0c3ab69c7807236955eb53ccac4cc70fcca32a/internal/app/machined/pkg/runtime/v1alpha1/board/rpi_generic/rpi_generic.go#L51 I guess this is not...
> @blackliner https://github.com/linuxmaniac/home-ops/tree/main/infrastructure/sidero-system Amazing, thanks! But how does it work without `talos.board=rpi_generic`? EDIT: found it, you sneaky 😆 https://github.com/linuxmaniac/home-ops/blob/main/infrastructure/sidero-system/server-class/rpi4-server.yaml#L24
Hmm, it looks like the environment settings will not change what happens after the installation, as can be seen in this picture. The kernel parameter `sysctl.kernel.kexec_load_disabled=1` is set, but it...
reading [the template](https://github.com/siderolabs/sidero/blob/main/templates/cluster-template.yaml), can you confirm the following use-cases: **!!! NOT CONFIRMED YET !!!** I want to change the talos version that is used during PXE bootstrapping: - `Environments` are...
@simon you are the owner of macvlan?
Had a similar, uneadable error when trying to bootstrap a cluster on zfsroot. I think @oxmie 's commit above should do the trick? Or do we just rely on https://github.com/openzfs/zfs/issues/8648#issuecomment-1452448356...
Thanks for looking into this. I am using WSL2 for some years, managing multiple bare-metal and EKS clusters with `kubectl` etc. I wanted to give RD a try and stumbled...
What is the workaround? I can't run kubespray anymore with v2.24.1
Chiming in as another customer use case: large scale data collection in the automotive / AD sector. Our goal is to ingest the recorded data from vehicles to our on-prem...
Since metallb uses FRR, shouldn't OSPF be supported out the box?