Skip to content

Butane Configurations (e.g. for Flatcar Linux)

License

Notifications You must be signed in to change notification settings

jinglemansweep/butane

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)