From 48fcaa16dd20025b6f72bd094498a6adc167ebeb Mon Sep 17 00:00:00 2001 From: Jayson Raymond Date: Tue, 14 Oct 2014 08:42:51 -0700 Subject: [PATCH] clean up formatting --- docs/getting-started-guides/coreos/coreos_cloud_config.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/getting-started-guides/coreos/coreos_cloud_config.md b/docs/getting-started-guides/coreos/coreos_cloud_config.md index 9a828a35662..e12b0907f13 100644 --- a/docs/getting-started-guides/coreos/coreos_cloud_config.md +++ b/docs/getting-started-guides/coreos/coreos_cloud_config.md @@ -4,9 +4,7 @@ The recommended way to run Kubernetes on CoreOS is to use [Cloud-Config](https:/ ## Setup -Node specification - -Get the cloud-config templates which we'll be editing in place for this example: +Get the cloud-config templates which we'll be editing in place for this example. ``` git clone https://github.com/GoogleCloudPlatform/kubernetes.git cd kubernetes/docs/getting-started-guides/coreos/configs @@ -70,7 +68,9 @@ Now create the ISO images that cloud-config will access when booting your node(s mkdir -p /tmp/new-drive/openstack/latest/ mkdir -p ~/iso ``` + Using Linux: + ``` for i in standalone master node1 node2; do cp ${i}.yml /tmp/new-drive/openstack/latest/user_data @@ -79,6 +79,7 @@ done ``` Using OS X: + ``` for i in standalone master node1 node2; do cp ${i}.yml /tmp/new-drive/openstack/latest/user_data