diff --git a/website/docs/litmus-installation.md b/website/docs/litmus-installation.md index a0e1bde..5b091f4 100644 --- a/website/docs/litmus-installation.md +++ b/website/docs/litmus-installation.md @@ -67,36 +67,6 @@ chaos-litmus-portal-server-5ffbccbfff-dknv8 2/2 Running 0 2m6s
-**Verify if chaos CRDs are installed** - -```bash -kubectl get crds | grep chaos -``` - -Expected Output - -```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 -``` - -
- -**Verify if the chaos api resources are successfully created in the desired (application) namespace.** - -```bash -kubectl api-resources | grep chaos -``` - -Expected Output - -```bash -chaosengines litmuschaos.io true ChaosEngine -chaosexperiments litmuschaos.io true ChaosExperiment -chaosresults litmuschaos.io true ChaosResult -``` - ### **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