mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-07 09:46:53 +01:00
34 lines
828 B
Plaintext
34 lines
828 B
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * installation/installing-customizations-cloud.adoc
|
|
|
|
[id='initializing-installation_{context}']
|
|
= Creating the installation configuration file
|
|
|
|
You can customize your installation of {product-title} on a compatible cloud.
|
|
|
|
.Prerequisites
|
|
|
|
* Obtain the {product-title} installer and the access token for your cluster.
|
|
* Obtain configuration details for your cloud.
|
|
|
|
.Procedure
|
|
|
|
|
|
. Obtain the `*./install-config.yaml*` file.
|
|
.. Run the following command:
|
|
+
|
|
----
|
|
$ openshift-install init
|
|
----
|
|
.. At the prompts, provide the configuration details for your cloud.
|
|
|
|
. If required, modify the `*./install-config.yaml*` file. In this file, you can
|
|
provide more values.
|
|
|
|
. Validate the contents of the `*./install-config.yaml*` file.
|
|
+
|
|
----
|
|
$ openshift-install NEED TO VALIDATE
|
|
----
|