youtube image
From YouTube: Deep Dive on Ignition Andrew Jeddeloh & Brian Redbeard Harrington Red Hat OpenShift Commons Briefing

Description

Deep Dive on Ignition
Andrew Jeddeloh and Brian Redbread Harrington (Red Hat)
August 28, 2019 - OpenShift Commons Briefing
Ignition is a low-level system configuration utility. The Ignition executable is part of the temporary initial root filesystem, the initramfs. When Ignition runs, it finds configuration data in a named location for a given environment, such as a file or URL, and applies it to the machine before switch_root is called to pivot to the machine’s root filesystem.

Ignition is used by CoreOS to manipulate disks during the initramfs. This includes partitioning disks, formatting partitions, writing files (regular files, systemd units, etc.), and configuring users. On first boot, Ignition reads its configuration from a source of truth (remote URL, network metadata service, hypervisor bridge, etc.) and applies the configuration. https://github.com/coreos/ignition/

August 28 2019
OpenShift Commons Briefing