Skip to content

Commit 917e259

Browse files
committed
edits
1 parent 03192d0 commit 917e259

File tree

3 files changed

+10
-12
lines changed

3 files changed

+10
-12
lines changed

docs/enterprise/installing-existing-cluster-automation.mdx

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -47,25 +47,23 @@ For a tutorial that demonstrates how to install a sample application using the K
4747

4848
[Replicated Embedded Cluster](/vendor/embedded-overview) does not support automated, or _headless_, installations with the KOTS CLI.
4949

50-
## Prerequisites
50+
## Prerequisite
5151

52-
* Create a ConfigValues YAML file to define the configuration settings for the application. For air gap environments, ensure that you can access the ConfigValues file that you create from your installation environment.
52+
Create a ConfigValues YAML file to define the configuration settings for the application. For air gap environments, ensure that you can access the ConfigValues file that you create from your installation environment.
5353

54-
A ConfigValues file includes the names of the configuration fields for the application along with a user-supplied `value` for each field. The ConfigValues file is specific to the application. For more information, see [Sharing a ConfigValues File](/vendor/releases-configvalues).
54+
A ConfigValues file includes the names of the configuration fields for the application along with a user-supplied `value` for each field. The ConfigValues file is specific to the application. For more information, see [Sharing a ConfigValues File](/vendor/releases-configvalues).
5555

56-
**Example:**
56+
**Example:**
5757

58-
<ConfigValuesExample/>
59-
60-
* (Air Gap Only) For air gap installations, ensure that the **Airgap Download Enabled** option is enabled for the license that will be used to install.
58+
<ConfigValuesExample/>
6159

6260
## Install
6361

6462
This section provides the steps for installing an application with the KOTS CLI in different types of environments.
6563

6664
### Existing Cluster
6765

68-
To install in an existing cluster:
66+
To install with KOTS in an existing cluster:
6967

7068
1. <InstallKotsCli/>
7169

@@ -116,9 +114,9 @@ To install with kURL on a VM or bare metal server:
116114

117115
### Air Gap Existing Cluster
118116

119-
To install in an air gap existing cluster:
117+
To install with KOTS in an air gap existing cluster:
120118

121-
1. Install the KOTS CLI. See [Manually Download and Install](/reference/kots-cli-getting-started#manually-download-and-install) in _Installing the KOTS CLI_.
119+
1. <InstallKotsCliAirGap/>
122120

123121
1. <DownloadKotsBundle/>
124122

docs/enterprise/updating-app-manager.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ To update an application in air gap environments:
4848

4949
<BuildAirGapBundle/>
5050

51-
1. Ensure that you can access the downloaded bundle from the environment where the Admin Console is running.
51+
1. After the build completes, download the bundle. Ensure that you can access the downloaded bundle from the environment where the Admin Console is running.
5252

5353
1. Run the following command to update the application:
5454

docs/partials/updating/_admin-console-air-gap.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ To perform an air gap update from the Admin Console:
66

77
<BuildAirGapBundle/>
88

9-
1. Ensure that you can access the downloaded bundle from the environment where the Admin Console is running.
9+
1. After the build completes, download the bundle. Ensure that you can access the downloaded bundle from the environment where the Admin Console is running.
1010
1. In the Admin Console, go to the **Version History** tab.
1111
1. Click **Upload a new version**.
1212

0 commit comments

Comments
 (0)