Dimitris Karakasilis
Dimitris Karakasilis
``` sudo kairos-agent upgrade --recovery \ --source oci:quay.io/kairos/opensuse:tumbleweed-standard-arm64-rpi4-v3.0.0-alpha2-k3sv1.29.0-k3s1 ``` results in: ``` [Mon Feb 12 05:25:33 PM UTC 2024] Upgrading recovery image on **redacted** json: unsupported type: func(string, bool, bool,...
https://build.opensuse.org/package/show/openSUSE:Factory/systemd also need: sbsigntools This is to make the consumption of enki similar to how people used the osbuilder tools-image before, until we finally finish the "factory" epic and they...
With image `quay.io/kairos/alpine:3.18-standard-arm64-rpi4-v2.4.2-rc2-k3sv1.28.2-k3s1-img` k3s doesn't start. The error is: ``` time="2023-11-08T17:10:53Z" level=fatal msg="failed to find memory cgroup, you may need to add \"cgroup_memory=1 cgroup_enable=memory\" to your linux cmdline (/boot/cmdline.txt on...
- Install `quay.io/kairos/alpine:3.18-standard-arm64-rpi4-v2.4.2-rc2-k3sv1.28.2-k3s1-img` on rpi4 following our docs. - Use a simple config: ``` #cloud-config users: - name: kairos passwd: kairos k3s: enabled: true ``` - On the first boot...
See here: https://gist.github.com/infogulch/cfd9b1ba13e6ac9bd4c0b614bbd8ad55
We introduced a test here: https://github.com/kairos-io/kcrypt-challenger/pull/45/files#diff-7b5de4f9b392e3c469cc56719eb808add9da3a962994c0a891f761a8fc57a6be but it doesn't work so we skipped it to unblock the release. We should make it work and enable it.
We need to update the documentation with the paths of all the directories that mounted as persisted ([this list](https://github.com/kairos-io/packages/blob/209b165f2f6186814ab022a53717a9c877554f0d/packages/static/kairos-overlay-files/files/system/oem/00_rootfs.yaml#L38-L49)). There are directories that are: - read only - writable but...
While working on #1999 we realised with @mauromorales that we only consume the very first release of k3s for every kubernetes relase. E.g. We never consume this: https://github.com/k3s-io/k3s/releases/tag/v1.28.3%2Bk3s2 that's because...
`./kairos-agent upgrade ` produces lots of warnings like: ``` warning: skipping /run/initramfs/live/EFI/BOOT/MokManager.efi (extension). warning: skipping /run/initramfs/live/EFI/BOOT/bootx64.efi (extension). warning: skipping /run/initramfs/live/EFI/BOOT/grub.cfg (extension). warning: skipping /run/initramfs/live/EFI/BOOT/grub.efi (extension). warning: skipping /run/initramfs/live/boot/arm64/loader/grub2/fonts/unicode.pf2 (extension). warning:...