Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 760 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 760 Bytes

Butane Configurations

Build

Usage

wget -O ./ignition.json https://jinglemansweep.github.io/butane/swarm_worker.json
flatcar-install -d /dev/vda -i ./ignition.json

Development

Update Terraform and included section parts:

  • New configurations need to be added to both main.tf, outputs.tf and the GitHub Actions workflow (e.g. build.yml)
  • Pushes to main will trigger a rebuild of configured Butane configurations
  • Resulting Ignition JSON files are published to GitHub Pages branch (gh-pages)