Update _index.md

clarify that all three RKE command examples are not meant to be used together
This commit is contained in:
William Jimenez
2019-08-22 16:06:53 -07:00
committed by Denise
parent 9a574a7506
commit 1f4f306d95
+1 -3
View File
@@ -92,7 +92,7 @@ Run `rke config` to create a new `cluster.yml` in the current directory. This co
rke config --name cluster.yml
```
#### Creating an Empty `cluster.yml`
#### Other RKE Configuration Options
You can create an empty template `cluster.yml` file by specifying the `--empty` flag.
@@ -100,8 +100,6 @@ You can create an empty template `cluster.yml` file by specifying the `--empty`
rke config --empty --name cluster.yml
```
#### Printing the `cluster.yml`
Instead of creating a file, you can print the generated configuration to stdout using the `--print` flag.
```