Skip to content

Commit f25f15e

Browse files
committed
copy edits
1 parent 0752ee2 commit f25f15e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/vendor/tutorial-embedded-cluster-automation.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -365,15 +365,15 @@ If you are using your own VM, skip these steps and continue to [Create the Confi
365365
Where:
366366
* `APP_SLUG` with the unique slug for the application. You can find the slug in the install command in the **Embedded cluster install instructions** dialog.
367367
* `PATH_TO_CONFIGVALUES` with the path to the ConfigValues file on the VM.
368-
* `ADMIN_CONSOLE_PASSWORD` with a password for accessing the Admin Console. If you want to access the Admin Console after installing, you will need to provide this password.
368+
* `ADMIN_CONSOLE_PASSWORD` with a password for accessing the Admin Console.
369369

370370
1. After the installation command completes, open a shell so that you can interact with the cluster with the kubectl command line:
371371

372372
```
373373
sudo ./APP_SLUG shell
374374
```
375375

376-
1. Watch for the SlackerNews NGINX deployment to become availble:
376+
1. Watch for the SlackerNews NGINX deployment to become available:
377377

378378
```bash
379379
kubectl get deploy --namespace slackernews --watch

0 commit comments

Comments
 (0)