Kai Lüke
Kai Lüke
Here's how far I came: https://github.com/coreos/openssh-keys/pull/68
Prepared a PR to use the patched library from update-ssh-keys: https://github.com/flatcar/update-ssh-keys/pull/7
Found a way to use it from coreos-overlay without waiting for a crates.io release: https://github.com/flatcar/coreos-overlay/pull/2289
For reference, direct git data can be gathered with https://github.com/flatcar/flatcar-build-scripts/blob/master/devstats and should be helpful to understand where/if the dashboard data is off
I think the current behavior makes sense. However, I also think a way to suppress certain events would be good while still tracing all other events (unless a filter is...
FYI, I tend to always use `… | { grep ARG || true ; } | …` nowadays and the same for `… | { cmd || true ; }...
For making the codegen production-ready I think it's important to fail compilation when an unsupported intrinsic is hit. The replacement with a trap should be opt-in (probably only through a...
From the Flatcar side we would also be interested to have this. I don't know if there is any specification about config drive contents from proxmox, but it looks like...
FYI: I don't think we can use this in Flatcar when it relies on cloud-init userdata because Flatcar will run coreos-cloudinit anyway if it doesn't see Ignition user-data and then...
The static IP addr setup through the kernel args inside Ignition is only needed if Ignition should download something. Using afterburn for that would only be possible if there was...