You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/docs/litmus-installation-namespace.md
+16-7Lines changed: 16 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ Installing Litmus in namespace mode limits Litmus access to a particluar namespa
16
16
17
17
- Kubernetes 1.15 or later.
18
18
19
-
-Recommend to have a Persistent volume(PV) of 20GB, You can start with 1GB for test purposes as well. This PV is used as persistent storage to store the chaos config and chaos-metrics in the Portal. By default, litmus would use the default storage class to allocate the PV.
19
+
-It is Recommended to have a Persistent volume(PV) of 20GB, You can start with 1GB for test purposes as well. This PV is used as persistent storage to store the chaos config and chaos-metrics in the Portal. By default, litmus would use the default storage class to allocate the PV.
20
20
21
21
- Helm3 or Kubectl
22
22
@@ -42,7 +42,7 @@ helm repo list
42
42
43
43
#### Step-2: Create the litmus namespace
44
44
45
-
-The litmus infra components will be placed in this namespace.
45
+
The litmus infra components will be placed in this namespace.
46
46
47
47
**Note**: The chaos control plane can be placed in any namespace, though it is typically placed in "litmus".
48
48
@@ -76,7 +76,7 @@ Visit https://docs.litmuschaos.io/docs/getstarted/ to find more info.
76
76
77
77
> **Note:** Litmus uses Kubernetes CRDs to define chaos intent. Helm3 handles CRDs better than Helm2. Before you start running a chaos experiment, verify if Litmus is installed correctly.
78
78
79
-
-The cluster-admin or an equivalent user with the right permissions are required to install them CRDs upfront. To apply LitmusCRDs:
79
+
The cluster-admin or an equivalent user with the right permissions are required to install the CRDs upfront. To apply LitmusCRDs, run the command below.
0 commit comments