Skip to content

Commit 6666b62

Browse files
authored
Updated master docs (#180)
Signed-off-by: Jonsy13 <[email protected]>
1 parent 29cedf5 commit 6666b62

File tree

3 files changed

+42
-28
lines changed

3 files changed

+42
-28
lines changed

website/docs/getting-started/installation.md

Lines changed: 19 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -115,10 +115,11 @@ kubectl apply -f https://litmuschaos.github.io/litmus/2.0.0/litmus-2.0.0.yaml
115115
<span style={{color: 'green'}}><b>Expected Output</b></span>
116116

117117
```bash
118-
NAME READY STATUS RESTARTS AGE
119-
litmusportal-frontend-97c8bf86b-mx89w 1/1 Running 2 6m24s
120-
litmusportal-server-5cfbfc88cc-m6c5j 2/2 Running 2 6m19s
121-
mongo-0 1/1 Running 0 6m16s
118+
NAME READY STATUS RESTARTS AGE
119+
litmusportal-server-6fd57cc89-6w5pn 1/1 Running 0 57s
120+
litmusportal-auth-server-7b596fff9-5s6g5 1/1 Running 0 57s
121+
mongo-0 1/1 Running 0 57s
122+
litmusportal-frontend-55974fcf59-cxxrf 1/1 Running 0 58s
122123
```
123124

124125
- Check the services running in the namespace where you installed Litmus:
@@ -130,10 +131,12 @@ kubectl apply -f https://litmuschaos.github.io/litmus/2.0.0/litmus-2.0.0.yaml
130131
<span style={{color: 'green'}}><b>Expected Output</b></span>
131132

132133
```bash
133-
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
134-
litmusportal-frontend-service NodePort 10.100.105.154 <none> 9091:30229/TCP 7m14s
135-
litmusportal-server-service NodePort 10.100.150.175 <none> 9002:30479/TCP,9003:31949/TCP 7m8s
136-
mongo-service ClusterIP 10.100.226.179 <none> 27017/TCP 7m6s
134+
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
135+
litmusportal-frontend-service NodePort 10.43.79.17 <none> 9091:31846/TCP 102s
136+
litmusportal-server-service NodePort 10.43.30.54 <none> 9002:31245/TCP,8000:32714/TCP 101s
137+
litmusportal-auth-server-service NodePort 10.43.81.108 <none> 9003:32618/TCP,3030:31899/TCP 101s
138+
mongo-service ClusterIP 10.43.227.10 <none> 27017/TCP 101s
139+
mongo-headless-service ClusterIP None <none> 27017/TCP 101s
137140
```
138141

139142
---
@@ -149,10 +152,12 @@ kubectl get svc -n litmus
149152
<span style={{color: 'green'}}><b>Expected Output</b></span>
150153

151154
```bash
152-
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
153-
chaos-litmus-portal-mongo ClusterIP 10.104.107.117 <none> 27017/TCP 2m
154-
litmusportal-frontend-service NodePort 10.101.81.70 <none> 9091:30385/TCP 2m
155-
litmusportal-server-service NodePort 10.108.151.79 <none> 9002:32456/TCP,9003:31160/TCP 2m
155+
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
156+
litmusportal-frontend-service NodePort 10.43.79.17 <none> 9091:31846/TCP 102s
157+
litmusportal-server-service NodePort 10.43.30.54 <none> 9002:31245/TCP,8000:32714/TCP 101s
158+
litmusportal-auth-server-service NodePort 10.43.81.108 <none> 9003:32618/TCP,3030:31899/TCP 101s
159+
mongo-service ClusterIP 10.43.227.10 <none> 27017/TCP 101s
160+
mongo-headless-service ClusterIP None <none> 27017/TCP 101s
156161
```
157162

158163
> **Note**: In this case, the PORT for `litmusportal-frontend-service` is `30385`. Yours will be different.
@@ -194,7 +199,8 @@ chaos-exporter-547b59d887-4dm58 1/1 Running 0 5m27s
194199
chaos-operator-ce-84ddc8f5d7-l8c6d 1/1 Running 0 5m27s
195200
event-tracker-5bc478cbd7-xlflb 1/1 Running 0 5m28s
196201
litmusportal-frontend-97c8bf86b-mx89w 1/1 Running 0 15m
197-
litmusportal-server-5cfbfc88cc-m6c5j 2/2 Running 1 15m
202+
litmusportal-server-6fd57cc89-6w5pn 1/1 Running 0 15m
203+
litmusportal-auth-server-7b596fff9-5s6g5 1/1 Running 0 15m
198204
mongo-0 1/1 Running 0 15m
199205
subscriber-958948965-qbx29 1/1 Running 0 5m30s
200206
workflow-controller-78fc7b6c6-w82m7 1/1 Running 0 5m32s

website/docs/user-guides/chaoscenter-cluster-scope-installation.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,11 @@ kubectl apply -f https://litmuschaos.github.io/litmus/2.0.0/litmus-2.0.0.yaml
9898
<span style={{color: 'green'}}><b>Expected Output</b></span>
9999

100100
```bash
101-
NAME READY STATUS RESTARTS AGE
102-
litmusportal-frontend-97c8bf86b-mx89w 1/1 Running 2 6m24s
103-
litmusportal-server-5cfbfc88cc-m6c5j 2/2 Running 2 6m19s
104-
mongo-0 1/1 Running 0 6m16s
101+
NAME READY STATUS RESTARTS AGE
102+
litmusportal-server-6fd57cc89-6w5pn 1/1 Running 0 57s
103+
litmusportal-auth-server-7b596fff9-5s6g5 1/1 Running 0 57s
104+
mongo-0 1/1 Running 0 57s
105+
litmusportal-frontend-55974fcf59-cxxrf 1/1 Running 0 58s
105106
```
106107

107108
- Check the services running in the namespace where you installed Litmus:
@@ -114,9 +115,11 @@ kubectl apply -f https://litmuschaos.github.io/litmus/2.0.0/litmus-2.0.0.yaml
114115

115116
```bash
116117
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
117-
litmusportal-frontend-service NodePort 10.100.105.154 <none> 9091:30229/TCP 7m14s
118-
litmusportal-server-service NodePort 10.100.150.175 <none> 9002:30479/TCP,9003:31949/TCP 7m8s
119-
mongo-service ClusterIP 10.100.226.179 <none> 27017/TCP 7m6s
118+
litmusportal-frontend-service NodePort 10.43.79.17 <none> 9091:31846/TCP 102s
119+
litmusportal-server-service NodePort 10.43.30.54 <none> 9002:31245/TCP,8000:32714/TCP 101s
120+
litmusportal-auth-server-service NodePort 10.43.81.108 <none> 9003:32618/TCP,3030:31899/TCP 101s
121+
mongo-service ClusterIP 10.43.227.10 <none> 27017/TCP 101s
122+
mongo-headless-service ClusterIP None <none> 27017/TCP 101s
120123
```
121124

122125
---
@@ -135,7 +138,8 @@ chaos-exporter-547b59d887-4dm58 1/1 Running 0 5m27s
135138
chaos-operator-ce-84ddc8f5d7-l8c6d 1/1 Running 0 5m27s
136139
event-tracker-5bc478cbd7-xlflb 1/1 Running 0 5m28s
137140
litmusportal-frontend-97c8bf86b-mx89w 1/1 Running 0 15m
138-
litmusportal-server-5cfbfc88cc-m6c5j 2/2 Running 1 15m
141+
litmusportal-server-6fd57cc89-6w5pn 1/1 Running 0 15m
142+
litmusportal-auth-server-7b596fff9-5s6g5 1/1 Running 0 15m
139143
mongo-0 1/1 Running 0 15m
140144
subscriber-958948965-qbx29 1/1 Running 0 5m30s
141145
workflow-controller-78fc7b6c6-w82m7 1/1 Running 0 5m32s

website/docs/user-guides/chaoscenter-namespace-scope-installation.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -180,9 +180,10 @@ service/mongo-service created
180180

181181
```bash
182182
NAME READY STATUS RESTARTS AGE
183-
litmusportal-frontend-97c8bf86b-mx89w 1/1 Running 2 6m24s
184-
litmusportal-server-5cfbfc88cc-m6c5j 2/2 Running 2 6m19s
185-
mongo-0 1/1 Running 0 6m16s
183+
litmusportal-server-6fd57cc89-6w5pn 1/1 Running 0 57s
184+
litmusportal-auth-server-7b596fff9-5s6g5 1/1 Running 0 57s
185+
mongo-0 1/1 Running 0 57s
186+
litmusportal-frontend-55974fcf59-cxxrf 1/1 Running 0 58s
186187
```
187188

188189
- Check the services running in the namespace where you installed Litmus:
@@ -195,9 +196,11 @@ service/mongo-service created
195196

196197
```bash
197198
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
198-
litmusportal-frontend-service NodePort 10.100.105.154 <none> 9091:30229/TCP 7m14s
199-
litmusportal-server-service NodePort 10.100.150.175 <none> 9002:30479/TCP,9003:31949/TCP 7m8s
200-
mongo-service ClusterIP 10.100.226.179 <none> 27017/TCP 7m6s
199+
litmusportal-frontend-service NodePort 10.43.79.17 <none> 9091:31846/TCP 102s
200+
litmusportal-server-service NodePort 10.43.30.54 <none> 9002:31245/TCP,8000:32714/TCP 101s
201+
litmusportal-auth-server-service NodePort 10.43.81.108 <none> 9003:32618/TCP,3030:31899/TCP 101s
202+
mongo-service ClusterIP 10.43.227.10 <none> 27017/TCP 101s
203+
mongo-headless-service ClusterIP None <none> 27017/TCP 101s
201204
```
202205

203206
> Note: With the namespace mode of the control panel, we need to set the endpoint of the chaos center server according to the use case. By default, it is `http://litmusportal-server-service:9002`
@@ -224,7 +227,8 @@ chaos-exporter-547b59d887-4dm58 1/1 Running 0 5m27s
224227
chaos-operator-ce-84ddc8f5d7-l8c6d 1/1 Running 0 5m27s
225228
event-tracker-5bc478cbd7-xlflb 1/1 Running 0 5m28s
226229
litmusportal-frontend-97c8bf86b-mx89w 1/1 Running 0 15m
227-
litmusportal-server-5cfbfc88cc-m6c5j 2/2 Running 1 15m
230+
litmusportal-server-6fd57cc89-6w5pn 1/1 Running 0 15m
231+
litmusportal-auth-server-7b596fff9-5s6g5 1/1 Running 0 15m
228232
mongo-0 1/1 Running 0 15m
229233
subscriber-958948965-qbx29 1/1 Running 0 5m30s
230234
workflow-controller-78fc7b6c6-w82m7 1/1 Running 0 5m32s

0 commit comments

Comments
 (0)