Skip to content

Commit a521afd

Browse files
paigecalvertajp-io
andauthored
Apply suggestions from code review
Co-authored-by: Alex Parker <[email protected]>
1 parent 790d17e commit a521afd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/enterprise/installing-embedded-air-gap.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ To install with Embedded Cluster in an air gap environment:
8383
Where `APP_SLUG` is the unique application slug.
8484

8585
:::note
86-
Embedded Cluster supports installation options such as installing behind proxy and changing the data directory used by Embedded Cluster. For the list of flags supported with the Embedded Cluster `install` command, see [Embedded Cluster Install Command Options](/reference/embedded-cluster-install).
86+
Embedded Cluster supports installation options such as installing behind a proxy and changing the data directory used by Embedded Cluster. For the list of flags supported with the Embedded Cluster `install` command, see [Embedded Cluster Install Command Options](/reference/embedded-cluster-install).
8787
:::
8888

8989
1. When prompted, enter a password for accessing the KOTS Admin Console.

docs/enterprise/installing-embedded.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ To install an application with Embedded Cluster:
4949
* `LICENSE_FILE` is the customer license.
5050
<br/>
5151
:::note
52-
Embedded Cluster supports installation options such as installing behind proxy and changing the data directory used by Embedded Cluster. For the list of flags supported with the Embedded Cluster `install` command, see [Embedded Cluster Install Command Options](/reference/embedded-cluster-install).
52+
Embedded Cluster supports installation options such as installing behind a proxy and changing the data directory used by Embedded Cluster. For the list of flags supported with the Embedded Cluster `install` command, see [Embedded Cluster Install Command Options](/reference/embedded-cluster-install).
5353
:::
5454

5555
1. When prompted, enter a password for accessing the KOTS Admin Console.

docs/reference/embedded-cluster-install.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ sudo ./myapp install --license license.yaml --airgap-bundle myapp.airgap
108108
### Change the Admin Console and LAM Ports
109109

110110
```bash
111-
install --admin-console-port=20000 --local-artifact-mirror-port=40000
111+
sudo ./myapp install --admin-console-port=20000 --local-artifact-mirror-port=40000
112112
```
113113

114114
### Change the Data Directory

0 commit comments

Comments
 (0)