mirror of
https://github.com/outbackdingo/matchbox.git
synced 2026-01-27 10:19:35 +00:00
Finished renaming Master -> controller
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"id": "k8s-master-install",
|
||||
"name": "Kubernetes Master Install",
|
||||
"id": "k8s-controller-install",
|
||||
"name": "Kubernetes Controller Install",
|
||||
"boot": {
|
||||
"kernel": "/assets/coreos/1153.0.0/coreos_production_pxe.vmlinuz",
|
||||
"initrd": ["/assets/coreos/1153.0.0/coreos_production_pxe_image.cpio.gz"],
|
||||
@@ -11,5 +11,5 @@
|
||||
}
|
||||
},
|
||||
"cloud_id": "",
|
||||
"ignition_id": "k8s-master.yaml"
|
||||
"ignition_id": "k8s-controller.yaml"
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"id": "k8s-master",
|
||||
"name": "Kubernetes Master",
|
||||
"id": "k8s-controller",
|
||||
"name": "Kubernetes Controller",
|
||||
"boot": {
|
||||
"kernel": "/assets/coreos/1153.0.0/coreos_production_pxe.vmlinuz",
|
||||
"initrd": ["/assets/coreos/1153.0.0/coreos_production_pxe_image.cpio.gz"],
|
||||
|
||||
Reference in New Issue
Block a user