Finished renaming Master -> controller

This commit is contained in:
Justin Garrison
2016-09-16 11:07:00 -07:00
parent 34c7d01997
commit 37ef166c15
2 changed files with 5 additions and 5 deletions

View File

@@ -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"
}

View File

@@ -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"],