Skip to content

Commit cca7c00

Browse files
committed
update install command step
1 parent c1f97c2 commit cca7c00

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -355,17 +355,19 @@ If you are using your own VM, skip these steps and continue to [Create the Confi
355355

356356
[View a larger version of this image](/images/embedded-cluster-install-dialog-latest.png)
357357

358-
1. Run the following command to install:
358+
1. Copy the `install` command from the dialog. Then, add `--config-values` and `--admin-console-password` flags, as shown below:
359359

360360
```bash
361361
sudo ./APP_SLUG install --license license.yaml \
362362
--config-values PATH_TO_CONFIGVALUES \
363363
--admin-console-password ADMIN_CONSOLE_PASSWORD
364364
```
365365
Where:
366-
* `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.
367-
* `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.
366+
* `APP_SLUG` is the unique slug for the application.
367+
* `PATH_TO_CONFIGVALUES` is the path to the `slackernews-configvalues.yaml` file on the VM.
368+
* `ADMIN_CONSOLE_PASSWORD` is a password for accessing the Admin Console.
369+
370+
1. Run the command to install. The installation takes a few minutes.
369371

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

0 commit comments

Comments
 (0)