1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 21:46:22 +01:00
Files
openshift-docs/modules/troubleshooting-openshift-install-command-issues.adoc
Steven Smith 82a5119e68 Removes back ticks in headings
Adds1

Adds2

Adds4
2021-04-12 16:35:21 +00:00

18 lines
826 B
Plaintext

// Module included in the following assemblies:
//
// * support/troubleshooting/troubleshooting-installations.adoc
[id="troubleshooting-openshift-install-command-issues_{context}"]
= Troubleshooting openshift-install command issues
If you experience issues running the `openshift-install` command, check the following:
* The installation has been initiated within 24 hours of Ignition configuration file creation. The Ignition files are created when the following command is run:
+
[source,terminal]
----
$ ./openshift-install create ignition-configs --dir=./install_dir
----
* The `install-config.yaml` file is in the same directory as the installer. If an alternative installation path is declared by using the `./openshift-install --dir` option, verify that the `install-config.yaml` file exists within that directory.