mirror of
https://github.com/outbackdingo/matchbox.git
synced 2026-01-27 10:19:35 +00:00
19 lines
570 B
JSON
19 lines
570 B
JSON
{
|
|
"id": "bootkube-worker",
|
|
"name": "bootkube Ready Worker",
|
|
"boot": {
|
|
"kernel": "/assets/coreos/1520.8.0/coreos_production_pxe.vmlinuz",
|
|
"initrd": ["/assets/coreos/1520.8.0/coreos_production_pxe_image.cpio.gz"],
|
|
"args": [
|
|
"initrd=coreos_production_pxe_image.cpio.gz",
|
|
"root=/dev/sda1",
|
|
"coreos.config.url=http://matchbox.example.com:8080/ignition?uuid=${uuid}&mac=${mac:hexhyp}",
|
|
"coreos.first_boot=yes",
|
|
"console=tty0",
|
|
"console=ttyS0",
|
|
"coreos.autologin"
|
|
]
|
|
},
|
|
"ignition_id": "bootkube-worker.yaml"
|
|
}
|