Benjamin Gilbert

Results 534 comments of Benjamin Gilbert

This is still not currently planned, so I'll close this out for now.

`openstack-metadata` has since been consolidated into a platform ID `openstack` that does match Ignition. `vagrant-virtualbox` has been removed, and https://github.com/coreos/afterburn/issues/856 tracks consolidation of the CloudStack providers into a `cloudstack` one....

There's a complication: it's valid to embed an Ignition config with a version newer than the ones Butane knows about. We should probably not reject such configs. To handle that,...

We're getting close to stabilizing a 1.5.0 spec. The functionality wouldn't be available in `openshift` 4.13.0 but would be available in 4.14.0. @jmarrero, @jlebon, how do you feel about the...

@jlebon, @jmarrero, @travier, and I discussed this OOB and agreed that we should back out the `extensions` sugar for now. It seems like a pretty narrow UX, and may not...

Is this something we still want to pursue?

For the record, the merge commit 9342f39c1cbfba2d12fd7460842ad36a59da3869 has some conflict fixups in it. The GitHub web UI doesn't seem to display those, though. > I noticed during local tests that...

In addition, `cc.has_header()` always returns false with `-arch x86_64 -arch arm64`, producing the same `cannot use 'cpp-output' output with multiple -arch options` message in the log.

[The config on that page](https://coreos.com/os/docs/latest/installing-to-disk.html#container-linux-configs) is a Container Linux Config, not a cloud-config. To use it, run it through the Container Linux Config Transpiler to get an Ignition config, then...