mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-09-25 12:38:05 +00:00
Update _index.md
clarify that all three RKE command examples are not meant to be used together
This commit is contained in:
@@ -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.
|
||||
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user