Benjamin Gilbert
Benjamin Gilbert
The `ext.config.shared.kdump.crash` one is odd. The regular kernel boots fine, and then the crashdump kernel crashes in a TPM driver before we ever reach userspace. `coreos.boot-mirror.luks` removes a disk and...
The connection-dropping behavior is a temporary workaround for a bug in a couple OS releases. I suspect download resumption wouldn't be worth the additional code complexity.
I'm not an SME on the Azure authentication code, but SGTM.
No, the "or equivalent" is the bootupd implementation, which hasn't been done yet.
I believe the AWS tests are already non-blocking. But also, we've spent a lot of time arguing that quality suffers when tests are non-blocking and run after the fact, so...
@rafaelgaspar Are you still seeing this on current versions of Container Linux?
If we want to support remote URLs, I think it should probably be done natively in the Ignition spec, and then that schema structure should be replicated here. If we...
@travier Hmm, the extra objects for the `_local` fields are inconsistent with their non-local counterparts, and with how `local` is handled in `Resource`. I was thinking something like this: ```...
@Okeanos Hmm, I don't see files and merged configs as neatly divided into two distinct namespaces. For example, I think there's a reasonable argument that each merged config might want...
@cgwalters We've avoided supporting that for the same reason we try to avoid command-line options affecting the semantics of the output. The instructions for assembling the final Ignition config would...