https://github.com/flatcar/ignition
This repo is only used for development and by ClusterAPI. Flatcar builds ignition from github.com/coreos/ignition.
https://github.com/flatcar/ignition
flatcar hacktoberfest ignition
Last synced: 28 days ago
JSON representation
This repo is only used for development and by ClusterAPI. Flatcar builds ignition from github.com/coreos/ignition.
- Host: GitHub
- URL: https://github.com/flatcar/ignition
- Owner: flatcar
- License: apache-2.0
- Created: 2018-03-05T14:42:54.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2025-07-29T13:26:09.000Z (6 months ago)
- Last Synced: 2025-07-29T15:55:00.891Z (6 months ago)
- Topics: flatcar, hacktoberfest, ignition
- Language: Go
- Homepage: https://github.com/flatcar-linux/flatcar/issues
- Size: 8.8 MB
- Stars: 34
- Watchers: 14
- Forks: 19
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: code-of-conduct.md
Awesome Lists containing this project
README
[](https://www.flatcar.org/)
[](https://app.element.io/#/room/#flatcar:matrix.org)
[](https://kubernetes.slack.com/archives/C03GQ8B5XNJ)
[](https://x.com/flatcar)
[](https://hachyderm.io/@flatcar)
[](https://bsky.app/profile/flatcar.org)
# Ignition
Ignition is the utility used by CoreOS Container Linux to manipulate disks during the initramfs. This includes partitioning disks, formatting partitions, writing files (regular files, systemd units, networkd 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.
Ignition has two main development branches: master and spec2x. This is the spec2x branch which is for Ignition included in Container Linux. For new Ignition development see the [master](https://github.com/coreos/ignition) branch.
## Usage
Odds are good that you don't want to invoke Ignition directly. In fact, it isn't even present in the Container Linux root filesystem. Take a look at the [Getting Started Guide][getting started] for details on providing Ignition with a runtime configuration.
## Contact
- Mailing list: [coreos-dev](https://groups.google.com/forum/#!forum/coreos-dev)
- IRC: #[coreos](irc://irc.freenode.org:6697/#coreos) on freenode.org
- Bugs: [issues][issues]
## Contributing
See [CONTRIBUTING](CONTRIBUTING.md) for details on submitting patches and the contribution workflow.
To help triage or fix bugs, see the current [Ignition issues](https://github.com/coreos/ignition/issues/).
## Reporting Bugs
- To report a bug, use the [bug tracker][issues]
## Config Validation
To validate a config for Ignition there are binaries for a cli tool called ignition-validate available [on the releases page][releases], and an online validator available [on the CoreOS website][online-validator].
[getting started]: doc/getting-started.md
[issues]: https://github.com/coreos/ignition/issues/new/choose
[releases]: https://github.com/coreos/ignition/releases
[online-validator]: https://coreos.com/validate/