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/getstarted.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,16 +12,15 @@ sidebar_label: Pre-requisites
12
12
13
13
- Persistent volume of 20GB
14
14
15
-
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 install would use the default storage class to allocate the PV. Provide this value
15
+
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 install would use the default storage class to allocate the PV. Provide this value
16
16
17
17
- Helm3 or Kubectl
18
18
19
-
20
19
## Getting Started
21
20
22
21
Running chaos on your application involves the following steps:
23
22
24
-
[Install Litmus](litmus-install)
23
+
[Install Litmus](litmus-install-cluster-mode)
25
24
26
25
[How to Create and Run a Workflow](create-workflow)
Copy file name to clipboardExpand all lines: website/docs/litmus-installation-cluster.md
+14-20Lines changed: 14 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
-
id: litmus-install
3
-
title: Litmus Chaos Control Plane
4
-
sidebar_label: Control Plane
2
+
id: litmus-install-cluster-mode
3
+
title: Litmus Chaos Control Plane (Cluster Mode)
4
+
sidebar_label: Control Plane (Cluster Mode)
5
5
---
6
6
7
7
---
@@ -12,17 +12,16 @@ sidebar_label: Control Plane
12
12
13
13
- Kubernetes 1.15 or later.
14
14
15
-
- Persistent volume of 20GB
16
-
17
-
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 install would use the default storage class to allocate the PV. Provide this value
15
+
- 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.
18
16
19
17
- Helm3 or Kubectl
20
18
21
-
## Installation
19
+
## Installation
22
20
23
21
Installation of Litmus can be done using either of the below methods
@@ -81,27 +74,30 @@ Thank you for installing litmus-2-0-0-beta 😀
81
74
Your release is named chaos and its installed to namespace: litmus.
82
75
83
76
Visit https://docs.litmuschaos.io/docs/getstarted/ to find more info.
77
+
84
78
```
85
79
86
80
> **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.
87
81
88
82
### <aname="kubectl_install"> </a>**Install Litmus using kubectl **
89
83
90
-
#### **Create a Litmus namespace in Kubernetes**
84
+
#### **Create a Litmus namespace in Kubernetes**
91
85
92
86
```bash
93
87
kubectl create ns litmus
94
88
```
89
+
95
90
#### **Install Litmus**
96
91
97
92
Applying the manifest file will install all the required service account configuration and chaos control plane.
0 commit comments