Skip to content

Commit a3b1ec0

Browse files
authored
Update installation documentation (#199)
* Update installation documentation Update documentation with this change litmuschaos/litmus-helm#257. Add more details about connecting via NodePort and ClusterIP Signed-off-by: Jasstkn <[email protected]> * Fix docs Signed-off-by: Maria Kotlyarevskaya <[email protected]> Signed-off-by: Jasstkn <[email protected]> Signed-off-by: Maria Kotlyarevskaya <[email protected]>
1 parent 03d5760 commit a3b1ec0

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

website/docs/getting-started/installation.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,11 @@ kubectl create ns litmus
6868
#### Step-3: Install Litmus ChaosCenter
6969

7070
```bash
71-
helm install chaos litmuschaos/litmus --namespace=litmus
71+
helm install chaos litmuschaos/litmus --namespace=litmus --set portal.frontend.service.type=NodePort
7272
```
7373

74+
> **Note:** If your Kubernetes cluster isn't local, you may want not to expose Litmus via `NodePort`. If so, remove `--set portal.frontend.service.type=NodePort` option. To connect to Litmus UI from your laptop, you can use `port-forward svc/chaos-litmus-frontend-service 9091:9091`. Then you can use your browser and open `127.0.0.1:9091`.
75+
7476
<span style={{color: 'green'}}><b>Expected Output</b></span>
7577

7678
```

website/versioned_docs/version-2.12.0/getting-started/installation.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,11 @@ kubectl create ns litmus
6868
#### Step-3: Install Litmus ChaosCenter
6969

7070
```bash
71-
helm install chaos litmuschaos/litmus --namespace=litmus
71+
helm install chaos litmuschaos/litmus --namespace=litmus --set portal.frontend.service.type=NodePort
7272
```
7373

74+
> **Note:** If your Kubernetes cluster isn't local, you may want not to expose Litmus via `NodePort`. If so, remove `--set portal.frontend.service.type=NodePort` option. To connect to Litmus UI from your laptop, you can use `port-forward svc/chaos-litmus-frontend-service 9091:9091`. Then you can use your browser and open `127.0.0.1:9091`.
75+
7476
<span style={{color: 'green'}}><b>Expected Output</b></span>
7577

7678
```

0 commit comments

Comments
 (0)