clean up formatting

This commit is contained in:
Jayson Raymond 2014-10-14 08:42:51 -07:00
parent 6e570eb5bb
commit 48fcaa16dd

View File

@ -4,9 +4,7 @@ The recommended way to run Kubernetes on CoreOS is to use [Cloud-Config](https:/
## Setup ## 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 git clone https://github.com/GoogleCloudPlatform/kubernetes.git
cd kubernetes/docs/getting-started-guides/coreos/configs 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 /tmp/new-drive/openstack/latest/
mkdir -p ~/iso mkdir -p ~/iso
``` ```
Using Linux: Using Linux:
``` ```
for i in standalone master node1 node2; do for i in standalone master node1 node2; do
cp ${i}.yml /tmp/new-drive/openstack/latest/user_data cp ${i}.yml /tmp/new-drive/openstack/latest/user_data
@ -79,6 +79,7 @@ done
``` ```
Using OS X: Using OS X:
``` ```
for i in standalone master node1 node2; do for i in standalone master node1 node2; do
cp ${i}.yml /tmp/new-drive/openstack/latest/user_data cp ${i}.yml /tmp/new-drive/openstack/latest/user_data