butane
butane copied to clipboard
Butane translates human-readable Butane Configs into machine-readable Ignition Configs.
https://github.com/coreos/butane/issues/211 First naive approach, plan on refactoring before coping work to prior versions of fcos
Ignition creates containing directories for files/dirs/links specified in the config, but it gives them default ownership/permissions rather than the ones specified for the file/dir/link. This ensures that containing directories have...
# Bug # ## Operating System Version ## `fedora-coreos-34.20210503.1.1-live.x86_64` - current next stream ## Ignition Version ## 2.9.0 ## Environment ## bare-metal ## Expected Behavior ## Mounting succeeds. ## Actual...
Consider this config: ```yaml variant: fcos version: 1.4.0 storage: disks: - device: /dev/sdb wipe_table: false partitions: - label: foo ``` When the system is first provisioned with a blank `/dev/sdb`,...
Add a warning if the root filesystem is too small (https://github.com/coreos/fedora-coreos-tracker/issues/586), either because the underlying storage is explicitly specified, or because the root partition is constrained by an additional partition.
# Type aliasing suggestion While evaluating an [issue in Ignition](https://github.com/coreos/ignition/issues/1397), I noticed the tendency to duplicate the schema's for each version. This was done to allow for adjusting a schema's...
https://github.com/coreos/butane/issues/371
We're currently still pushing releases there. It's been more than a year now since we've renamed and all relevant docs should've been updated. We should consider announcing the legacy Quay.io...
I would like to take this file https://github.com/coreos/butane/blob/main/config/flatcar/v1_1_exp/schema.go and generate a JSON schema for validating generated Ignition configs,
As described in #179 I added an option to define local SSH authorized keys alongside embedding/inlining them. The code is mostly derived from the existing `Resource` translator. It would interesting...