Skip to content

Commit

Permalink
Included the difference between Cluster and Namespace mode installati…
Browse files Browse the repository at this point in the history
…ons'

Signed-off-by: Gbadebo Bello <[email protected]>
  • Loading branch information
Gbahdeyboh committed Jul 1, 2021
1 parent cae8cba commit 79cfcc5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions website/docs/litmus-installation-cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ sidebar_label: Control Plane (Cluster Mode)
---

<iframe width="560" height="315" src="https://www.youtube.com/embed/rOrKegj5ePI" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<br />
<br />

Installing Litmus in cluster mode gives Litmus access to cluster wide resources. Here, the CRDs are installed directly on the cluster.

## Pre-requisites

Expand Down
4 changes: 4 additions & 0 deletions website/docs/litmus-installation-namespace.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ sidebar_label: Control Plane (Namespace Mode)
---

<iframe width="560" height="315" src="https://www.youtube.com/embed/rOrKegj5ePI" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<br />
<br />

Installing Litmus in namespace mode limits Litmus access to a particluar namespace. Here, you need to create a namespace where Litmus CRDs would be installed directly. This namespace will be specified during the installation step.

## Pre-requisites

Expand Down

0 comments on commit 79cfcc5

Please sign in to comment.