diff --git a/examples/profiles/k8s-controller-install.json b/examples/profiles/k8s-controller-install.json index 69ec9ffb..81b2b673 100644 --- a/examples/profiles/k8s-controller-install.json +++ b/examples/profiles/k8s-controller-install.json @@ -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" } diff --git a/examples/profiles/k8s-controller.json b/examples/profiles/k8s-controller.json index 1d134f46..b95e6916 100644 --- a/examples/profiles/k8s-controller.json +++ b/examples/profiles/k8s-controller.json @@ -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"],