A Kubernetes operator based on Giant Swarm's operatorkit which watches for Ignition resources, applies node-specific data to templates using the go template library, and ultimately renders the full ignition into a secret to be passed into nodes using cloud-init on first boot.
After modifying template files in template/
, you must regenerate the vfsstatic.go
file using go generate pkg/asset/generate.go
.