coreos-ct

Convert Container Linux Config files into Ignition format

brewmacoslinux
Try with needOr install directly
Source

About

Convert a Container Linux Config into Ignition

Commands

ct

Examples

Convert a Container Linux Config file to Ignition format$ ct < config.yaml > ignition.json
Convert config and validate the output Ignition format$ ct --in-file config.yaml --out-file ignition.json
Convert config and pretty-print the JSON output$ ct --pretty < config.yaml