Skip to content

Commit 3807a40

Browse files
Fix heading formatting and remove horizontal lines in installation.md (#402)
Signed-off-by: suntiwari3495-arch <[email protected]>
1 parent 21cb5d0 commit 3807a40

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

website/docs/getting-started/installation.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -114,11 +114,11 @@ Visit https://docs.litmuschaos.io to find more info.
114114

115115
> **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.
116116
117-
## **Install Litmus using kubectl**
117+
## Install Litmus using kubectl
118118

119119
In this method the users need to install mongo first via helm and then apply the installation manifest. Follow the instructions [here](https://github.com/litmuschaos/litmus/tree/master/chaoscenter#installation-steps-for-litmus-300-beta9).
120120

121-
### **Install mongo**
121+
### Install mongo
122122

123123
```bash
124124
helm repo add bitnami https://charts.bitnami.com/bitnami
@@ -170,11 +170,9 @@ Applying the manifest file will install all the required service account configu
170170

171171
For advanced installation visit [here](../user-guides/chaoscenter-advanced-installation.md)
172172

173-
---
174-
175-
## **Verify your installation**
173+
## Verify your installation
176174

177-
#### **Verify if the frontend, server, and database pods are running**
175+
#### Verify if the frontend, server, and database pods are running
178176

179177
- Check the pods in the namespace where you installed Litmus:
180178

@@ -215,9 +213,7 @@ For advanced installation visit [here](../user-guides/chaoscenter-advanced-insta
215213
workflow-controller-metrics ClusterIP 10.68.33.65 <none> 9090/TCP 23h
216214
```
217215

218-
---
219-
220-
## **Accessing the ChaosCenter**
216+
## Accessing the ChaosCenter
221217

222218
To setup and login to ChaosCenter expand the available services just created and copy the `PORT` of the `litmusportal-frontend-service` service
223219

0 commit comments

Comments
 (0)