From 79cfcc55cf26f550bc34c40536d2b3b53e86216b Mon Sep 17 00:00:00 2001 From: Gbadebo Bello Date: Thu, 1 Jul 2021 13:37:47 +0100 Subject: [PATCH] Included the difference between Cluster and Namespace mode installations' Signed-off-by: Gbadebo Bello --- website/docs/litmus-installation-cluster.md | 4 ++++ website/docs/litmus-installation-namespace.md | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/website/docs/litmus-installation-cluster.md b/website/docs/litmus-installation-cluster.md index 233aeb6c..004a166a 100644 --- a/website/docs/litmus-installation-cluster.md +++ b/website/docs/litmus-installation-cluster.md @@ -7,6 +7,10 @@ sidebar_label: Control Plane (Cluster Mode) --- +
+
+ +Installing Litmus in cluster mode gives Litmus access to cluster wide resources. Here, the CRDs are installed directly on the cluster. ## Pre-requisites diff --git a/website/docs/litmus-installation-namespace.md b/website/docs/litmus-installation-namespace.md index 08383533..ab203de5 100644 --- a/website/docs/litmus-installation-namespace.md +++ b/website/docs/litmus-installation-namespace.md @@ -7,6 +7,10 @@ sidebar_label: Control Plane (Namespace Mode) --- +
+
+ +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