Removed Verification Checks from Docs
Signed-off-by: Sayan Mondal <sayan@chaosnative.com>
This commit is contained in:
parent
48aec43148
commit
75f8c94cd2
|
|
@ -67,36 +67,6 @@ chaos-litmus-portal-server-5ffbccbfff-dknv8 2/2 Running 0 2m6s
|
||||||
|
|
||||||
<br />
|
<br />
|
||||||
|
|
||||||
**Verify if chaos CRDs are installed**
|
|
||||||
|
|
||||||
```bash
|
|
||||||
kubectl get crds | grep chaos
|
|
||||||
```
|
|
||||||
|
|
||||||
<span style={{color: 'green'}}><b>Expected Output</b></span>
|
|
||||||
|
|
||||||
```bash
|
|
||||||
chaosengines.litmuschaos.io 2021-03-15T12:57:27Z
|
|
||||||
chaosexperiments.litmuschaos.io 2021-03-15T12:57:27Z
|
|
||||||
chaosresults.litmuschaos.io 2021-03-15T12:57:27Z
|
|
||||||
```
|
|
||||||
|
|
||||||
<br />
|
|
||||||
|
|
||||||
**Verify if the chaos api resources are successfully created in the desired (application) namespace.**
|
|
||||||
|
|
||||||
```bash
|
|
||||||
kubectl api-resources | grep chaos
|
|
||||||
```
|
|
||||||
|
|
||||||
<span style={{color: 'green'}}><b>Expected Output</b></span>
|
|
||||||
|
|
||||||
```bash
|
|
||||||
chaosengines litmuschaos.io true ChaosEngine
|
|
||||||
chaosexperiments litmuschaos.io true ChaosExperiment
|
|
||||||
chaosresults litmuschaos.io true ChaosResult
|
|
||||||
```
|
|
||||||
|
|
||||||
### **Setup the Portal**
|
### **Setup the Portal**
|
||||||
|
|
||||||
To setup and login to Litmus Portal expand the available services just created and copy the `PORT` of the `litmusportal-frontend-service` service
|
To setup and login to Litmus Portal expand the available services just created and copy the `PORT` of the `litmusportal-frontend-service` service
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue