mirror of
https://github.com/outbackdingo/matchbox.git
synced 2026-01-28 02:19:35 +00:00
* Render with dghubble/bootkube fork which supports DNS * Start with bootkube v0.2.0 with rkt * Update on-host hyperkube to v1.4.0_coreos.0
17 lines
512 B
JSON
17 lines
512 B
JSON
{
|
|
"id": "bootkube-controller",
|
|
"name": "bootkube Ready Controller",
|
|
"boot": {
|
|
"kernel": "/assets/coreos/1185.1.0/coreos_production_pxe.vmlinuz",
|
|
"initrd": ["/assets/coreos/1185.1.0/coreos_production_pxe_image.cpio.gz"],
|
|
"cmdline": {
|
|
"root": "/dev/sda1",
|
|
"coreos.config.url": "http://bootcfg.foo:8080/ignition?uuid=${uuid}&mac=${net0/mac:hexhyp}",
|
|
"coreos.autologin": "",
|
|
"coreos.first_boot": ""
|
|
}
|
|
},
|
|
"cloud_id": "",
|
|
"ignition_id": "bootkube-controller.yaml"
|
|
}
|