@@ -115,10 +115,11 @@ kubectl apply -f https://litmuschaos.github.io/litmus/2.0.0/litmus-2.0.0.yaml
115
115
<span style={{color: 'green'}}><b >Expected Output</b ></span >
116
116
117
117
``` 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
122
123
```
123
124
124
125
- 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
130
131
<span style={{color: 'green'}}><b >Expected Output</b ></span >
131
132
132
133
``` 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
137
140
```
138
141
139
142
---
@@ -149,10 +152,12 @@ kubectl get svc -n litmus
149
152
<span style={{color: 'green'}}><b >Expected Output</b ></span >
150
153
151
154
``` 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
156
161
```
157
162
158
163
> ** 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
194
199
chaos-operator-ce-84ddc8f5d7-l8c6d 1/1 Running 0 5m27s
195
200
event-tracker-5bc478cbd7-xlflb 1/1 Running 0 5m28s
196
201
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
198
204
mongo-0 1/1 Running 0 15m
199
205
subscriber-958948965-qbx29 1/1 Running 0 5m30s
200
206
workflow-controller-78fc7b6c6-w82m7 1/1 Running 0 5m32s
0 commit comments