diff --git a/content/rke/latest/en/installation/_index.md b/content/rke/latest/en/installation/_index.md index 738f294a5ab..dcfc313ef21 100644 --- a/content/rke/latest/en/installation/_index.md +++ b/content/rke/latest/en/installation/_index.md @@ -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. ```