Mauro Morales
Mauro Morales
We currently hardcode the name of the flavor release on the downloads, this is problematic when we upgrade them, we should just read the contents of the release and quay...
If I do an upgrade with the wrong image source, I see a map error on the logs. Ideally, the check to access the resource could even happen before starting...
We have plenty of space but it might be that eventually we run out of it, so it would be good to have some mechanism that cleans the old go...
Add the `/opt/hostedtoolcache/` directory on the IaC workers. This was done manually atm relates to: https://github.com/kairos-io/kairos/issues/2134
Depending on the cloud config, you will notice that some attributes don't get copied verbatim to the `90_custom.yaml` but instead it gets scrambled a bit. Despite producing the desired results,...
The openrc override command is done via the following function https://github.com/kairos-io/kairos-sdk/blob/c21aa7f149cbbea5416f7fd475d9c6613d208d4e/machine/openrc/unit.go#L62 Unfortunately, this is too k3s specific, the command should work for any other service.
We don't have a mechanism to remind us that a certain change will require to update the existing examples. We should be able to easily run some script that builds...
If you try to reset alpine amd64 via the grub menu, the system gets stuck in an endless loop. The reset does work, so if you manually restart the machine...
https://community.cncf.io/events/details/cncf-kcd-romania-presents-kcd-romania-2024/
After building the packages, the process goes and tries to push them to the repository. Whenever the package is already present it just does nothing but we waste quite some...