mirror of
https://github.com/outbackdingo/matchbox.git
synced 2026-01-28 02:19:35 +00:00
* Update CoreOS version to get rkt 1.2.1->1.6.0 improvements for running the kubelet wrapper in Kubernetes clusters * Update CoreOS version for other clusters so users only need to download one cached version of assets to run examples
16 lines
482 B
JSON
16 lines
482 B
JSON
{
|
|
"id": "pxe-disk",
|
|
"name": "CoreOS with SSH",
|
|
"boot": {
|
|
"kernel": "/assets/coreos/1053.2.0/coreos_production_pxe.vmlinuz",
|
|
"initrd": ["/assets/coreos/1053.2.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": "format-disk.yaml"
|
|
} |