From eb67aa64b8899e571659bb8e6a418ebf45e52c8b Mon Sep 17 00:00:00 2001 From: Sebastiaan van Steenis Date: Sat, 16 Dec 2017 11:03:35 +0100 Subject: [PATCH] README typos --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 73e25f1a..e5ae66c8 100644 --- a/README.md +++ b/README.md @@ -19,15 +19,16 @@ usermod -aG docker ## 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