Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions website/docs/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,11 +114,11 @@ Visit https://docs.litmuschaos.io to find more info.

> **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.

## **Install Litmus using kubectl**
## Install Litmus using kubectl

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).

### **Install mongo**
### Install mongo

```bash
helm repo add bitnami https://charts.bitnami.com/bitnami
Expand Down Expand Up @@ -172,9 +172,9 @@ For advanced installation visit [here](../user-guides/chaoscenter-advanced-insta

---

## **Verify your installation**
## Verify your installation

#### **Verify if the frontend, server, and database pods are running**
#### Verify if the frontend, server, and database pods are running

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

Expand Down Expand Up @@ -217,7 +217,7 @@ For advanced installation visit [here](../user-guides/chaoscenter-advanced-insta

---

## **Accessing the ChaosCenter**
## Accessing the ChaosCenter

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

Expand Down