Skip to content

Commit

Permalink
Merge pull request #161 from jhkrug/img-blk-macros
Browse files Browse the repository at this point in the history
Fix some malformed image block macros
  • Loading branch information
jhkrug authored Oct 1, 2024
2 parents b76ed53 + acdc5f6 commit 6449936
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,12 @@ For detecting data corruption, checksums of snapshot disk files need to be calcu
* Result
** Disk: 200 GiB NVMe SSD as the instance store
*** 100 GiB snapshot with full random data
+
image::diagrams/snapshot/snapshot_hash_ssd_perf.png[Image]
+
** Disk: 200 GiB throughput optimized HDD (st1)
*** 30 GiB snapshot with full random data
+
image::diagrams/snapshot/snapshot_hash_hdd_perf.png[Image]

== Recommendation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,33 @@ ____

. Optional: If Rancher version is 2.5.9 or before, we recommend creating a new project for Longhorn, for example, `Storage`.
. Navigate to the cluster where you will install Longhorn.
image::screenshots/install/rancher-2.6/select-project.png[Image]
+
image::screenshots/install/rancher-2.6/select-project.png[Image]
+
. Navigate to the `Apps & Marketplace` screen.
image::screenshots/install/rancher-2.6/apps-launch.png[Image]
+
image::screenshots/install/rancher-2.6/apps-launch.png[Image]
+
. Find the Longhorn item in the charts and click it.
image::screenshots/install/rancher-2.6/longhorn.png[Image]
+
image::screenshots/install/rancher-2.6/longhorn.png[Image]
+
. Click *Install*.
image::screenshots/install/rancher-2.6/longhorn-chart.png[Image]
+
image::screenshots/install/rancher-2.6/longhorn-chart.png[Image]
+
. Optional: Select the project where you want to install Longhorn.
+
. Optional: Customize the default settings.
image::screenshots/install/rancher-2.6/launch-longhorn.png[Image]
+
image::screenshots/install/rancher-2.6/launch-longhorn.png[Image]
+
. Click Next. Longhorn will be installed in the longhorn-system namespace.
image::screenshots/install/rancher-2.6/installed-longhorn.png[Image]
+
image::screenshots/install/rancher-2.6/installed-longhorn.png[Image]
+
. Click the Longhorn App Icon to navigate to the Longhorn dashboard.
image::screenshots/install/rancher-2.6/dashboard.png[Image]
+
image::screenshots/install/rancher-2.6/dashboard.png[Image]

After Longhorn has been successfully installed, you can access the Longhorn UI by navigating to the `Longhorn` option from Rancher left panel.
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,11 @@ NOTE: Because the Cluster Manager (old UI) is being deprecated, we provided the
Different Rancher UIs screenshots.

* The Cluster Manager (old UI)
+
image::screenshots/install/cluster-manager.png[Image]
+
* The Cluster Explorer (new UI)
+
image::screenshots/install/cluster-explorer.png[Image]

On Kubernetes clusters managed by Rancher 2.1 or newer, the steps to upgrade the catalog app `longhorn-system` are the similar to the installation steps.
Expand Down
2 changes: 1 addition & 1 deletion product-docs-supplemental-files

0 comments on commit 6449936

Please sign in to comment.