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