From 1f4f306d95a2331e08cc4c949d493d8c9c8658f0 Mon Sep 17 00:00:00 2001 From: William Jimenez Date: Thu, 22 Aug 2019 15:58:11 -0700 Subject: [PATCH] Update _index.md clarify that all three RKE command examples are not meant to be used together --- content/rke/latest/en/installation/_index.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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. ```