From e0103a2e8731edc3ce135dcc2967c60fde6a6d89 Mon Sep 17 00:00:00 2001 From: Denise Schannon Date: Mon, 16 Jul 2018 15:12:23 -0700 Subject: [PATCH] top level folders for creating k8s clusters --- content/rancher/v2.x/en/clusters/_index.md | 4 ++++ content/rancher/v2.x/en/clusters/custom-clusters/_index.md | 4 ++++ .../v2.x/en/clusters/hosted-kubernetes-clusters/_index.md | 4 ++++ content/rancher/v2.x/en/clusters/imported-clusters/_index.md | 4 ++++ content/rancher/v2.x/en/clusters/members/_index.md | 4 ++++ content/rancher/v2.x/en/clusters/rke-clusters/_index.md | 4 ++++ 6 files changed, 24 insertions(+) create mode 100644 content/rancher/v2.x/en/clusters/_index.md create mode 100644 content/rancher/v2.x/en/clusters/custom-clusters/_index.md create mode 100644 content/rancher/v2.x/en/clusters/hosted-kubernetes-clusters/_index.md create mode 100644 content/rancher/v2.x/en/clusters/imported-clusters/_index.md create mode 100644 content/rancher/v2.x/en/clusters/members/_index.md create mode 100644 content/rancher/v2.x/en/clusters/rke-clusters/_index.md diff --git a/content/rancher/v2.x/en/clusters/_index.md b/content/rancher/v2.x/en/clusters/_index.md new file mode 100644 index 00000000000..1e6c55af088 --- /dev/null +++ b/content/rancher/v2.x/en/clusters/_index.md @@ -0,0 +1,4 @@ +--- +title: Creating Kubernetes Clusters +weight: 2000 +--- diff --git a/content/rancher/v2.x/en/clusters/custom-clusters/_index.md b/content/rancher/v2.x/en/clusters/custom-clusters/_index.md new file mode 100644 index 00000000000..631bf950374 --- /dev/null +++ b/content/rancher/v2.x/en/clusters/custom-clusters/_index.md @@ -0,0 +1,4 @@ +--- +title: Custom Clusters +weight: 2400 +--- diff --git a/content/rancher/v2.x/en/clusters/hosted-kubernetes-clusters/_index.md b/content/rancher/v2.x/en/clusters/hosted-kubernetes-clusters/_index.md new file mode 100644 index 00000000000..3e05a9ef96f --- /dev/null +++ b/content/rancher/v2.x/en/clusters/hosted-kubernetes-clusters/_index.md @@ -0,0 +1,4 @@ +--- +title: Hosted Kubernetes Providers +weight: 2100 +--- diff --git a/content/rancher/v2.x/en/clusters/imported-clusters/_index.md b/content/rancher/v2.x/en/clusters/imported-clusters/_index.md new file mode 100644 index 00000000000..5acd7da104d --- /dev/null +++ b/content/rancher/v2.x/en/clusters/imported-clusters/_index.md @@ -0,0 +1,4 @@ +--- +title: Imported Kubernetes Clusters +weight: 2300 +--- diff --git a/content/rancher/v2.x/en/clusters/members/_index.md b/content/rancher/v2.x/en/clusters/members/_index.md new file mode 100644 index 00000000000..3489a3fbf97 --- /dev/null +++ b/content/rancher/v2.x/en/clusters/members/_index.md @@ -0,0 +1,4 @@ +--- +title: Cluster Members +weight: 2500 +--- diff --git a/content/rancher/v2.x/en/clusters/rke-clusters/_index.md b/content/rancher/v2.x/en/clusters/rke-clusters/_index.md new file mode 100644 index 00000000000..eb97d94fc93 --- /dev/null +++ b/content/rancher/v2.x/en/clusters/rke-clusters/_index.md @@ -0,0 +1,4 @@ +--- +title: Rancher Launched Kubernetes +weight: 2200 +---