From 9dd8e52bf53668fc1009f9020789b4db9624eaf9 Mon Sep 17 00:00:00 2001 From: Mark Bishop Date: Thu, 9 Aug 2018 15:19:55 -0700 Subject: [PATCH] moving topics under installation folder into root. added aliases too --- .../rke/v0.1.x/en/{installation => }/etcd-snapshots/_index.md | 4 +++- .../v0.1.x/en/{installation => }/managing-clusters/_index.md | 4 +++- content/rke/v0.1.x/en/{installation => }/os/_index.md | 4 +++- 3 files changed, 9 insertions(+), 3 deletions(-) rename content/rke/v0.1.x/en/{installation => }/etcd-snapshots/_index.md (99%) rename content/rke/v0.1.x/en/{installation => }/managing-clusters/_index.md (95%) rename content/rke/v0.1.x/en/{installation => }/os/_index.md (99%) diff --git a/content/rke/v0.1.x/en/installation/etcd-snapshots/_index.md b/content/rke/v0.1.x/en/etcd-snapshots/_index.md similarity index 99% rename from content/rke/v0.1.x/en/installation/etcd-snapshots/_index.md rename to content/rke/v0.1.x/en/etcd-snapshots/_index.md index 022fdee9912..f9ab1d2bb6b 100644 --- a/content/rke/v0.1.x/en/installation/etcd-snapshots/_index.md +++ b/content/rke/v0.1.x/en/etcd-snapshots/_index.md @@ -1,6 +1,8 @@ --- title: Backups and Disaster Recovery -weight: 65 +weight: 150 +aliases: + - /rke/v0.1.x/en/installation/etcd-snapshots/ --- As of v0.1.7, you can configure a RKE cluster to automatically take snapshots of etcd. In a disaster scenario, you can restore these snapshots, which are stored on other nodes in the cluster. diff --git a/content/rke/v0.1.x/en/installation/managing-clusters/_index.md b/content/rke/v0.1.x/en/managing-clusters/_index.md similarity index 95% rename from content/rke/v0.1.x/en/installation/managing-clusters/_index.md rename to content/rke/v0.1.x/en/managing-clusters/_index.md index b4abbf17020..97345671800 100644 --- a/content/rke/v0.1.x/en/installation/managing-clusters/_index.md +++ b/content/rke/v0.1.x/en/managing-clusters/_index.md @@ -1,6 +1,8 @@ --- title: Managing RKE Clusters -weight: 60 +weight: 175 +aliases: + - /rke/v0.1.x/en/installation/managing-clusters/ --- ### Adding/Removing Nodes diff --git a/content/rke/v0.1.x/en/installation/os/_index.md b/content/rke/v0.1.x/en/os/_index.md similarity index 99% rename from content/rke/v0.1.x/en/installation/os/_index.md rename to content/rke/v0.1.x/en/os/_index.md index e15f2710f31..293fc9cfcb4 100644 --- a/content/rke/v0.1.x/en/installation/os/_index.md +++ b/content/rke/v0.1.x/en/os/_index.md @@ -1,6 +1,8 @@ --- title: Operating System Requirements -weight: 55 +weight: 5 +aliases: + - /rke/v0.1.x/en/etcd-snapshots/os --- RKE runs on almost any Linux OS with Docker installed. Most of the development and testing of RKE occurred on Ubuntu 16.04. However, some OS's have restrictions and specific requirements.