Ignition is currently only supported for the following platforms:
coreos.config.url
kernel parameter to provide a URL to the configuration. The URL can use the http://
, https://
, tftp://
, or s3://
schemes to specify a remote config or the oem://
scheme to specify a local config, rooted in /usr/share/oem
.coreos.config.url
and coreos.first_boot=1
(in case of the very first PXE boot only) kernel parameters to provide a URL to the configuration. The URL can use the http://
, https://
, tftp://
, or s3://
schemes to specify a remote config or the oem://
scheme to specify a local config, rooted in /usr/share/oem
.coreos.config.data
and coreos.config.data.encoding
to provide the config and its encoding to the virtual machine. Valid encodings are "", "base64", and "gzip+base64". Guestinfo variables can be provided directly or via an OVF environment, with priority given to variables specified directly.Ignition is under active development so expect this list to expand in the coming months.