From 59a186a8ab88fe674233cf531e5385ba7f602bd8 Mon Sep 17 00:00:00 2001 From: Denise Schannon Date: Mon, 16 Jul 2018 20:26:15 -0700 Subject: [PATCH] cleaning up old files in global config section --- .../rancher/v2.x/en/admin-settings/_index.md | 5 ++-- .../launching-catalog-apps/_index.md | 2 +- .../en/tasks/global-configuration/_index.md | 5 ---- .../node-drivers/_index.md | 27 ------------------- .../password-reset/_index.md | 7 ----- 5 files changed, 4 insertions(+), 42 deletions(-) delete mode 100644 content/rancher/v2.x/en/tasks/global-configuration/_index.md delete mode 100644 content/rancher/v2.x/en/tasks/global-configuration/node-drivers/_index.md delete mode 100644 content/rancher/v2.x/en/tasks/global-configuration/password-reset/_index.md diff --git a/content/rancher/v2.x/en/admin-settings/_index.md b/content/rancher/v2.x/en/admin-settings/_index.md index f461b9a8199..62d16d95657 100644 --- a/content/rancher/v2.x/en/admin-settings/_index.md +++ b/content/rancher/v2.x/en/admin-settings/_index.md @@ -2,7 +2,8 @@ title: Admin Settings weight: 1100 aliases: - - /rancher/v2.x/en/concepts/global-configuration + - /rancher/v2.x/en/concepts/global-configuration/ + - /rancher/v2.x/en/tasks/global-configuration/ --- After installing Rancher 2.0, you should @@ -11,4 +12,4 @@ After installing Rancher 2.0, you should 2. Set up external user authentication and permissions so that your organization can log into Rancher. -After making these initial configurations, you might also want to configure one or more _pod security policies_, which are sets of conditions that your pods must meet for Kubernetes to allow them to run. \ No newline at end of file +After making these initial configurations, you might also want to configure one or more _pod security policies_, which are sets of conditions that your pods must meet for Kubernetes to allow them to run. diff --git a/content/rancher/v2.x/en/catalog-and-charts/launching-catalog-apps/_index.md b/content/rancher/v2.x/en/catalog-and-charts/launching-catalog-apps/_index.md index e18e8c7aa4e..6d1645d43e7 100644 --- a/content/rancher/v2.x/en/catalog-and-charts/launching-catalog-apps/_index.md +++ b/content/rancher/v2.x/en/catalog-and-charts/launching-catalog-apps/_index.md @@ -1,4 +1,4 @@ --- -title: Catalogs and Charts +title: Launching Catalog Applications weight: 4010 --- diff --git a/content/rancher/v2.x/en/tasks/global-configuration/_index.md b/content/rancher/v2.x/en/tasks/global-configuration/_index.md deleted file mode 100644 index ac174f34f8f..00000000000 --- a/content/rancher/v2.x/en/tasks/global-configuration/_index.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Global Configuration -weight: 3025 ---- -This section contains step-by-step instruction for configuring Rancher to work in your environment. diff --git a/content/rancher/v2.x/en/tasks/global-configuration/node-drivers/_index.md b/content/rancher/v2.x/en/tasks/global-configuration/node-drivers/_index.md deleted file mode 100644 index d020dfc0ec7..00000000000 --- a/content/rancher/v2.x/en/tasks/global-configuration/node-drivers/_index.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: Node Drivers -weight: 150 ---- - ->**Prerequisites:** To create, edit, or delete drivers, you need _one_ of the following permissions: -> ->- [Administrator Global Permissions]({{< baseurl >}}/rancher/v2.x/en/admin-settings/rbac/#global-permissions) ->- [Custom Global Permissions]({{< baseurl >}}/rancher/v2.x/en/admin-settings/rbac/#custom-global-permissions) with the [Manage Node Drivers]({{< baseurl >}}/rancher/v2.x/en/admin-settings/rbac/#global-permissions-reference) role assigned. - -## Adding Custom Node Drivers - -If you create a cluster using a cloud provider that {{< product >}} doesn't support out-of-the-box, you may need to add the provider's drivers (or create them yourself) so that your nodes function properly. - -1. From the **Global** view, select **Node Drivers** from the main menu. - -2. Click **Add Node Driver**. - -3. Complete the **Add Node Driver** form. Then click **Create**. - -## Activating Node Drivers - -Using the **Custom** option, you can create a cluster using virtually any cloud provider. However, by default, {{< product >}} only activates drivers for the most popular cloud providers. If you want to use another provider, you'll have to activate their drivers. - -1. From the **Global** view, select **Node Drivers** from the main menu. - -2. Select the inactive drivers that you want to use. Then click **Add Node Driver**. diff --git a/content/rancher/v2.x/en/tasks/global-configuration/password-reset/_index.md b/content/rancher/v2.x/en/tasks/global-configuration/password-reset/_index.md deleted file mode 100644 index 4e466369828..00000000000 --- a/content/rancher/v2.x/en/tasks/global-configuration/password-reset/_index.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Password Reset -weight: 75 -draft: true ---- - -Content here. \ No newline at end of file