Skip to content

Commit

Permalink
Merge pull request coreos#854 from lucab/ups/docs-qemu
Browse files Browse the repository at this point in the history
doc/supported-platforms: mention qemu version requirements
  • Loading branch information
Luca Bruno committed Sep 16, 2019
2 parents e54f4d9 + d87fb34 commit 03c5902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/supported-platforms.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Ignition is currently only supported for the following platforms:
* [VMware] - Use the VMware Guestinfo variables `ignition.config.data` and `ignition.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.
* [Google Compute Platform] - Ignition will read its configuration from the instance metadata entry named "user-data". SSH keys are handled by coreos-metadata.
* [Packet] - Ignition will read its configuration from the instance userdata. SSH keys are handled by coreos-metadata.
* [QEMU] - Ignition will read its configuration from the 'opt/com.coreos/config' key on the QEMU Firmware Configuration Device.
* [QEMU] - Ignition will read its configuration from the 'opt/com.coreos/config' key on the QEMU Firmware Configuration Device (available in QEMU 2.4.0 and higher).
* [DigitalOcean] - Ignition will read its configuration from the droplet userdata. SSH keys and network configuration are handled by coreos-metadata.

Ignition is under active development so expect this list to expand in the coming months.
Expand Down

0 comments on commit 03c5902

Please sign in to comment.