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

README typos

This commit is contained in:
Sebastiaan van Steenis 2017-12-16 11:03:35 +01:00
parent 68a3ef2a43
commit eb67aa64b8

View File

@ -19,15 +19,16 @@ usermod -aG docker <user_name>
## Getting Started ## 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 ```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). 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: nodes:
- address: 1.1.1.1 - address: 1.1.1.1