From f29f2e11bfc5780ecd5532c8ce9fae22ff5d08e4 Mon Sep 17 00:00:00 2001 From: Denise Schannon Date: Mon, 9 Jul 2018 18:42:12 -0700 Subject: [PATCH] cleaning up unnecessary changes --- .../users-permissions-roles/_index.md | 22 ------------------- .../tasks/clusters/adding-storage/_index.md | 2 ++ 2 files changed, 2 insertions(+), 22 deletions(-) diff --git a/content/rancher/v2.x/en/concepts/global-configuration/users-permissions-roles/_index.md b/content/rancher/v2.x/en/concepts/global-configuration/users-permissions-roles/_index.md index c8dafa4605d..22847e402a1 100644 --- a/content/rancher/v2.x/en/concepts/global-configuration/users-permissions-roles/_index.md +++ b/content/rancher/v2.x/en/concepts/global-configuration/users-permissions-roles/_index.md @@ -2,28 +2,6 @@ title: Users, Global Permissions, and Roles weight: 15 --- -In This Document: - - - -- [Users and Roles](#users-and-roles) - - [Global Permissions](#global-permissions) - - [Global Permission Assignment](#global-permission-assignment) - - [Custom Global Permissions](#custom-global-permissions) - - [Global Permissions Reference](#global-permissions-reference) - - [Cluster and Project Roles](#cluster-and-project-roles) - - [Membership and Role Assignment](#membership-and-role-assignment) - - [Cluster Roles](#cluster-roles) - - [Custom Cluster Roles](#custom-cluster-roles) - - [Cluster Role Reference](#cluster-role-reference) - - [Project Roles](#project-roles) - - [Custom Project Roles](#custom-project-roles) - - [Project Role Reference](#project-role-reference) - - [Defining Custom Roles](#defining-custom-roles) - - [Locked Roles](#locked-roles) - - - Within Rancher, each user authenticates as a _user_, which is a login that grants you access to Rancher. As mentioned in [Authentication]({{< baseurl >}}/rancher/v2.x/en/concepts/global-configuration/authentication), users can either be local or external. diff --git a/content/rancher/v2.x/en/tasks/clusters/adding-storage/_index.md b/content/rancher/v2.x/en/tasks/clusters/adding-storage/_index.md index a119c68f354..c539e017cb4 100644 --- a/content/rancher/v2.x/en/tasks/clusters/adding-storage/_index.md +++ b/content/rancher/v2.x/en/tasks/clusters/adding-storage/_index.md @@ -44,6 +44,7 @@ Persistent volumes can either be a disk or file system that you host on premise, - [Access Modes](https://kubernetes.io/docs/concepts/storage/persistent-volumes/#access-modes): This options sets how many nodes can access the volume, along with the node read/write permissions. The [Kubernetes Documentation](https://kubernetes.io/docs/concepts/storage/persistent-volumes/#access-modes) includes a table that lists which access modes are supported by the plugins available. + - [Mount Options](https://kubernetes.io/docs/concepts/storage/persistent-volumes/#mount-options): Each volume plugin allows you to specify additional command line options during the mounting process. You can enter these options in the **Mount Option** fields. Consult each plugin's vendor documentation for the mount options available. @@ -51,6 +52,7 @@ Persistent volumes can either be a disk or file system that you host on premise, - **Assign to Storage Class:** If you later want to automatically provision persistent volumes identical to the volume that you've specified here, assign it a storage class. Later, when you create a workload, you can assign it a persistent volume claim that references the storage class, which will provision a persistent volume identical to the volume you've specified here. + >**Note:** You must [add a storage class](#adding-storage-classes) before you can assign it to a persistent volume. 1. Click **Save**.