From 9cf6d1b1da99b87d6bfe9b1f6dd622a6b0108ca9 Mon Sep 17 00:00:00 2001
From: Philippe Parisot <22180342+PhilParisot@users.noreply.github.com>
Date: Tue, 30 Mar 2021 13:43:25 -0400
Subject: [PATCH] Update _index.md
I had a really hard time installing Longhorn on my cluster simply because I didn't know there were installation requirements. I later found out about them here: https://longhorn.io/docs/1.1.0/deploy/install/#installation-requirements
But I wasted a whole day on this, so adding an extra step to installation, linking requirements, so others don't have to struggle the way I did.
Regards.
---
content/rancher/v2.5/en/longhorn/_index.md | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/content/rancher/v2.5/en/longhorn/_index.md b/content/rancher/v2.5/en/longhorn/_index.md
index ed5a42b1370..5ba7a59deca 100644
--- a/content/rancher/v2.5/en/longhorn/_index.md
+++ b/content/rancher/v2.5/en/longhorn/_index.md
@@ -32,6 +32,7 @@ These instructions assume you are using Rancher v2.5, but Longhorn can be instal
### Installing Longhorn with Rancher
+1. Fulfill all [Installation Requirements.](https://longhorn.io/docs/1.1.0/deploy/install/#installation-requirements)
1. Go to the **Cluster Explorer** in the Rancher UI.
1. Click **Apps.**
1. Click `longhorn`.
@@ -43,7 +44,7 @@ These instructions assume you are using Rancher v2.5, but Longhorn can be instal
### Accessing Longhorn from the Rancher UI
1. From the **Cluster Explorer," go to the top left dropdown menu and click **Cluster Explorer > Longhorn.**
-1. On this page, you can edit Kubernetes resources managed by Longhorn. To view the Longhorn UI, click the **Longhorn** button in the **Overview**section.
+1. On this page, you can edit Kubernetes resources managed by Longhorn. To view the Longhorn UI, click the **Longhorn** button in the **Overview** section.
**Result:** You will be taken to the Longhorn UI, where you can manage your Longhorn volumes and their replicas in the Kubernetes cluster, as well as secondary backups of your Longhorn storage that may exist in another Kubernetes cluster or in S3.
@@ -73,4 +74,4 @@ The storage controller and replicas are themselves orchestrated using Kubernetes
You can learn more about its architecture [here.](https://longhorn.io/docs/1.0.2/concepts/)
Longhorn Architecture
-
\ No newline at end of file
+