mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-20 09:05:26 +00:00
clean up formatting
This commit is contained in:
parent
6e570eb5bb
commit
48fcaa16dd
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user