1
0
mirror of https://github.com/rancher/rke.git synced 2025-08-30 21:50:21 +00:00

Merge pull request #158 from superseb/readme_clusteryml

README typos
This commit is contained in:
Alena Prokharchyk 2017-12-18 13:17:45 -08:00 committed by GitHub
commit e7e28daf23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,15 +19,16 @@ usermod -aG docker <user_name>
## Getting Started
Standing up a Kubernetes is as simple as creating a `cluster.yml` configuration file and and running the command:
Standing up a Kubernetes is as simple as creating a `cluster.yml` configuration file and running the command:
```bash
./rke up --config cluster.yaml
./rke up --config cluster.yml
```
### Full `cluster.yaml` example
### Full `cluster.yml` example
You can view full sample of cluster.yml [here](https://github.com/rancher/rke/blob/master/cluster.yml).
### Minimal `cluster.yaml` example
### Minimal `cluster.yml` example
```
nodes:
- address: 1.1.1.1