File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
website/versioned_docs/version-2.4.0/getting-started Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ helm repo list
42
42
43
43
#### Step-2: Create the namespace on which you want to install Litmus ChaosCenter
44
44
45
- - The ChaosCenter can be placed in any namespace, but for this scenario we are choose ` litmus ` as the namespace.
45
+ - The ChaosCenter can be placed in any namespace, but for this scenario we are choosing ` litmus ` as the namespace.
46
46
47
47
``` bash
48
48
kubectl create ns litmus
@@ -123,7 +123,7 @@ kubectl apply -f https://litmuschaos.github.io/litmus/2.4.0/litmus-2.4.0.yaml
123
123
124
124
## ** Accessing the ChaosCenter**
125
125
126
- To setup and login to ChaosCenter expand the available services just created and copy the ` PORT ` of the ` litmusportal-frontend-service ` service
126
+ To setup and login to ChaosCenter, expand the available services just created and copy the ` PORT ` of the ` litmusportal-frontend-service ` service
127
127
128
128
``` bash
129
129
kubectl get svc -n litmus
@@ -159,7 +159,7 @@ Password: litmus
159
159
160
160
<img src={require('../assets/login.png').default} width="800" />
161
161
162
- By default you are assigned with a default project with Owner permissions.
162
+ By default you are assigned with a default project with owner permissions.
163
163
164
164
<img src={require('../assets/landing-page.png').default} width="800" />
165
165
You can’t perform that action at this time.
0 commit comments