Skip to content

Commit

Permalink
docs/supported-platforms: add some description about Nutanix
Browse files Browse the repository at this point in the history
  • Loading branch information
sohankunkerkar committed Nov 23, 2021
1 parent 1f710f7 commit 50f3054
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/supported-platforms.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Ignition is currently only supported for the following platforms:
* [Google Cloud] (`gcp`) - Ignition will read its configuration from the instance metadata entry named "user-data". Cloud SSH keys are handled separately.
* [IBM Cloud] (`ibmcloud`) - Ignition will read its configuration from the instance userdata. Cloud SSH keys are handled separately.
* Bare Metal (`metal`) - Use the `ignition.config.url` kernel parameter to provide a URL to the configuration. The URL can use the `http://`, `https://`, `tftp://`, `s3://`, or `gs://` schemes to specify a remote config.
* [Nutanix] (`nutanix`) - Ignition will read its configuration from the instance userdata via config drive. Cloud SSH keys are handled separately.
* [OpenStack] (`openstack`) - Ignition will read its configuration from the instance userdata via either metadata service or config drive. Cloud SSH keys are handled separately.
* [Equinix Metal] (`packet`) - Ignition will read its configuration from the instance userdata. Cloud SSH keys are handled separately.
* [IBM Power Systems Virtual Server] (`powervs`) - Ignition will read its configuration from the instance userdata. Cloud SSH keys are handled separately.
Expand Down

0 comments on commit 50f3054

Please sign in to comment.