Kai Lüke
Kai Lüke
Maybe the GCE test failed because of the long version or the second semver at the end? I've also noticed this here in the security changelog: ``` - intel-microcode ([CVE-2022-21216](https://nvd.nist.gov/vuln/detail/CVE-2022-21216),...
Ah, you commited `changelog/security/.2023-02-22-intel-microcode-20230214_p20230212.md.swp` in portage-stable PR to remove: https://github.com/flatcar/portage-stable/pull/425
Adding a kola test is possible, the same way we run the cl.internet test on certain cloud instance types, but for now I think it would be enough to have...
> Should we also have a migration path to bring the new version to old instances? (link to post action in old discussion: [#2160 (comment)](https://github.com/flatcar/coreos-overlay/pull/2160#issuecomment-1300141054)) For the migration to take...
This PR is not really related to https://github.com/flatcar-linux/bootengine/pull/6 because this script here runs after the initramfs has finished, so it uses the persistent names anyway unless the interface types are...
> Do you have ideas for alternative approaches that I could explore? Maybe we can prioritize the OEM sysext transition over Docker sysext and start with Azure?
I'm not sure this is a good idea. If it's about the main network interface, then it's better to control the naming directly via https://www.freedesktop.org/software/systemd/man/systemd.link.html instead of impacting other interfaces...
Besides breaking existing configurations I think it's also impacting the functionality of renaming with networkd but I would need to check. Good that this isn't affecting K8s container interfaces in...
Yes, let's keep this open even if the solution would be to enable predictable names on the other platforms but have all virtual interfaces called `eth0` or whatever. Thanks for...
Currently GRUB is used to write this setting in AWS etc which is not so nice because it's not part of the A/B partition update mechanism. I would like to...