Noel Georgi
Noel Georgi
> I tried using the image for 4 in my 3b+ but it looked like nothing is happening. I do not have a raspberry pi 4 on hand to verify...
This is expected behavior, extensions are only enabled on upgrades or during install from network
this is the expected behavior, machine config is the declared state, the better solution would be to use a url for the cilium manifests and update the manifests at the...
> If I understand what you are saying, the upgrade-k8s should refetch the contents of this URL and will then figure out the diff to get the current configuration back...
> Also looks like the upgrade is expecting a siderolabs 1.23.7 kubelet which doesn't appear to be available yet. yes, we'll do that soon, i think the 1.23 series were...
what does this return `sudo -E bash -c "echo \$HOME"`, i wonder if it's not properly passing down env vars
I wonder if it's a os thing, on my debian derivate i see this: ```bash ❯ sudo -E bash -c "echo \$HOME" /home/frezbo ❯ ```
Quick question: How are you powering the RockPi, some nvme devices need enough power and it could be that a low power situation might prevent it from initialized correctly. I've...
Talos does indeed work with that option, something along the lines of: ```bash wget -O /tmp/talos.raw.xz https://github.com/siderolabs/talos/releases/download/v0.1.0/hcloud-amd64.raw.xz # Replace system xz -d -c /tmp/talos.raw.xz | dd of=/dev/sda && sync ```...
```talosctl -e -n disks --insecure``` seems that the kernel is not able to find any disks, i assume the kernel is missing some drivers. I'm not sure how SSD's are...