From 7f14d9a51dbfd3d2030b64d2e39fc0354bc996a1 Mon Sep 17 00:00:00 2001 From: Denise Schannon Date: Tue, 26 Jun 2018 11:49:10 -0700 Subject: [PATCH 1/2] move examples to top-level in RKE --- .../v0.1.x/en/{config-options => }/example-yamls/_index.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) rename content/rke/v0.1.x/en/{config-options => }/example-yamls/_index.md (98%) diff --git a/content/rke/v0.1.x/en/config-options/example-yamls/_index.md b/content/rke/v0.1.x/en/example-yamls/_index.md similarity index 98% rename from content/rke/v0.1.x/en/config-options/example-yamls/_index.md rename to content/rke/v0.1.x/en/example-yamls/_index.md index b279b341388..de863615630 100644 --- a/content/rke/v0.1.x/en/config-options/example-yamls/_index.md +++ b/content/rke/v0.1.x/en/example-yamls/_index.md @@ -1,6 +1,8 @@ --- title: Example Cluster.ymls -weight: 205 +weight: 300 +aliases: + - /rke/v0.1.x/en/config-options/example-yamls/ --- There are lots of different config options that can be set in the cluster configuration file for RKE. Here are some examples of files: From 41cb197a2bba51848f6db1e8b14da1a8f2354f98 Mon Sep 17 00:00:00 2001 From: Denise Schannon Date: Tue, 26 Jun 2018 12:10:39 -0700 Subject: [PATCH 2/2] move example to top level --- content/rke/v0.1.x/en/config-options/_index.md | 4 ++-- content/rke/v0.1.x/en/example-yamls/_index.md | 2 +- content/rke/v0.1.x/en/installation/_index.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/content/rke/v0.1.x/en/config-options/_index.md b/content/rke/v0.1.x/en/config-options/_index.md index 991d57de703..3d169c29e4d 100644 --- a/content/rke/v0.1.x/en/config-options/_index.md +++ b/content/rke/v0.1.x/en/config-options/_index.md @@ -5,7 +5,7 @@ weight: 200 When setting up your `cluster.yml` for RKE, there are a lot of different options that can be configured to control the behavior of how RKE launches Kubernetes. -There are several options that can be configured in cluster configuration option. There are several [example yamls]({{< baseurl >}}/rke/v0.1.x/en/config-options/example-yamls/) that contain all the options. +There are several options that can be configured in cluster configuration option. There are several [example yamls]({{< baseurl >}}/rke/v0.1.x/en/example-yamls/) that contain all the options. ### Configuring Nodes * [Nodes]({{< baseurl >}}/rke/v0.1.x/en/config-options/nodes/) @@ -71,7 +71,7 @@ You can select which version of Kubernetes to install for your cluster. These op There are two ways to select a Kubernetes version: - Using the Kubernetes image defined in [system images](#rke-system-images) -- Using the configuration option `kubernetes_version` +- Using the configuration option `kubernetes_version` ```yaml kubernetes_version: "v1.10.3-rancher2-1" diff --git a/content/rke/v0.1.x/en/example-yamls/_index.md b/content/rke/v0.1.x/en/example-yamls/_index.md index de863615630..c697b91dc9d 100644 --- a/content/rke/v0.1.x/en/example-yamls/_index.md +++ b/content/rke/v0.1.x/en/example-yamls/_index.md @@ -5,7 +5,7 @@ aliases: - /rke/v0.1.x/en/config-options/example-yamls/ --- -There are lots of different config options that can be set in the cluster configuration file for RKE. Here are some examples of files: +There are lots of different [configuration options]({{< baseurl >}}/rke/v0.1.x/en/config-options/) that can be set in the cluster configuration file for RKE. Here are some examples of files: ## Minimal `cluster.yml` example diff --git a/content/rke/v0.1.x/en/installation/_index.md b/content/rke/v0.1.x/en/installation/_index.md index 4ee8b65087d..03192e541ae 100644 --- a/content/rke/v0.1.x/en/installation/_index.md +++ b/content/rke/v0.1.x/en/installation/_index.md @@ -52,7 +52,7 @@ RKE uses a cluster configuration file, referred to as `cluster.yml` to determine There are two easy ways to create a `cluster.yml`: -- Using our [minimal `cluster.yml`]({{< baseurl >}}/rke/v0.1.x/en/config-options/example-yamls/#minimal-cluster-yml-example) and updating it based on the node that you will be using. +- Using our [minimal `cluster.yml`]({{< baseurl >}}/rke/v0.1.x/en/example-yamls/#minimal-cluster-yml-example) and updating it based on the node that you will be using. - Using `rke config` to query for all the information needed. ### Using `rke config`