From a3fe082335a804d17170a82e5ecc30c2f02e0b4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Va=C5=A1ek=20Chalupn=C3=AD=C4=8Dek?= Date: Mon, 1 Feb 2021 16:09:14 +0100 Subject: [PATCH] Making instructions clearer I was stuck myself when following instructions as the section no. 1 refers to the Cluster Explorer and in section no. 2 one needs to go to the Cluster Manager. I think it's a good idea to make this clear in step no. 1 of each of these sections. --- .../volumes-and-storage/provisioning-new-storage/_index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/rancher/v2.x/en/cluster-admin/volumes-and-storage/provisioning-new-storage/_index.md b/content/rancher/v2.x/en/cluster-admin/volumes-and-storage/provisioning-new-storage/_index.md index c67156c1d36..c0e514cd5f5 100644 --- a/content/rancher/v2.x/en/cluster-admin/volumes-and-storage/provisioning-new-storage/_index.md +++ b/content/rancher/v2.x/en/cluster-admin/volumes-and-storage/provisioning-new-storage/_index.md @@ -44,7 +44,7 @@ To use a storage provisioner that is not on the above list, you will need to use These steps describe how to set up a storage class at the cluster level. -1. Go to the cluster for which you want to dynamically provision persistent storage volumes. +1. Go to the **Cluster Explorer** of the cluster for which you want to dynamically provision persistent storage volumes. 1. From the cluster view, select `Storage > Storage Classes`. Click `Add Class`. @@ -64,7 +64,7 @@ For full information about the storage class parameters, refer to the official [ These steps describe how to set up a PVC in the namespace where your stateful workload will be deployed. -1. Go to the project containing a workload that you want to add a PVC to. +1. Go to the **Cluster Manager** to the project containing a workload that you want to add a PVC to. 1. From the main navigation bar, choose **Resources > Workloads.** (In versions prior to v2.3.0, choose **Workloads** on the main navigation bar.) Then select the **Volumes** tab. Click **Add Volume**. @@ -110,4 +110,4 @@ To attach the PVC to an existing workload, 1. In the **Mount Point** field, enter the path that the workload will use to access the volume. 1. Click **Save.** -**Result:** The workload will make a request for the specified amount of disk space to the Kubernetes master. If a PV with the specified resources is available when the workload is deployed, the Kubernetes master will bind the PV to the PVC. If not, Rancher will provision new persistent storage. \ No newline at end of file +**Result:** The workload will make a request for the specified amount of disk space to the Kubernetes master. If a PV with the specified resources is available when the workload is deployed, the Kubernetes master will bind the PV to the PVC. If not, Rancher will provision new persistent storage.