mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
28 lines
668 B
Plaintext
28 lines
668 B
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
//installing/installing_bare_metal/ipi/ipi-install-troubleshooting.adoc
|
|
|
|
:_mod-docs-content-type: PROCEDURE
|
|
[id="ipi-install-troubleshooting-failed-ignition-during-firstboot_{context}"]
|
|
|
|
= Failed Ignition during Firstboot
|
|
|
|
During the Firstboot, the Ignition configuration may fail.
|
|
|
|
.Procedure
|
|
|
|
. Connect to the node where the Ignition configuration failed:
|
|
+
|
|
[source,terminal]
|
|
----
|
|
Failed Units: 1
|
|
machine-config-daemon-firstboot.service
|
|
----
|
|
|
|
. Restart the `machine-config-daemon-firstboot` service:
|
|
+
|
|
[source,terminal]
|
|
----
|
|
[core@worker-X ~]$ sudo systemctl restart machine-config-daemon-firstboot.service
|
|
----
|