Skip to content

Commit 2014300

Browse files
committed
update xrefs
1 parent 9c29375 commit 2014300

17 files changed

+28
-27
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import PushKotsImages from "../partials/install/_push-kotsadm-images.mdx"
1414
import PlaceholderRoCreds from "../partials/install/_placeholder-ro-creds.mdx"
1515
import KotsVersionMatch from "../partials/install/_kots-airgap-version-match.mdx"
1616

17-
# Air Gap Installation in Existing Clusters
17+
# Air Gap Installation in Existing Clusters with KOTS
1818

1919
<IntroExisting/>
2020

docs/enterprise/installing-existing-cluster.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import LicenseFile from "../partials/install/_license-file-prereq.mdx"
44
import InstallCommandPrompts from "../partials/install/_kots-install-prompts.mdx"
55
import AppNameUI from "../partials/install/_placeholder-app-name-UI.mdx"
66

7-
# Online Installation in Existing Clusters
7+
# Online Installation in Existing Clusters with KOTS
88

99
<IntroExisting/>
1010

docs/enterprise/installing-general-requirements.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ In some cases, it is not possible to grant the user `* * *` permissions in the t
253253
* `TARGET_NAMESPACE` with the namespace where the user will install KOTS.
254254

255255
:::note
256-
After manually creating these RBAC resources, the user must include both the `--ensure-rbac=false` and `--skip-rbac-check` flags when installing or upgrading. These flags prevent KOTS from checking for or attempting to create a Role with `* * *` permissions in the namespace. For more information, see [Prerequisites](installing-existing-cluster#prerequisites) in _Online Installation in Existing Clusters_.
256+
After manually creating these RBAC resources, the user must include both the `--ensure-rbac=false` and `--skip-rbac-check` flags when installing or upgrading. These flags prevent KOTS from checking for or attempting to create a Role with `* * *` permissions in the namespace. For more information, see [Prerequisites](installing-existing-cluster#prerequisites) in _Online Installation in Existing Clusters with KOTS_.
257257
:::
258258

259259
## Compatible Image Registries {#registries}

docs/enterprise/installing-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ If the target cluster does not have outbound internet access, the application ca
1111

1212
To install an application in an air-gapped environment, the cluster must have access to an image registry. In this case, KOTS re-tags and pushes all images to the target registry.
1313

14-
For information about installing with KOTS in air-gapped environments, see [Air Gap Installation in Existing Clusters](installing-existing-cluster-airgapped).
14+
For information about installing with KOTS in air-gapped environments, see [Air Gap Installation in Existing Clusters with KOTS](installing-existing-cluster-airgapped).
1515

1616
## Hardened Environments
1717

@@ -30,7 +30,7 @@ For information about image registry requirements, see [Compatible Image Registr
3030

3131
You can automate application installation in online and air-gapped environments using the KOTS CLI. In an automated installation, you provide all the information required to install and deploy the application with the `kots install` command, rather than providing this information in the Replicated Admin Console.
3232

33-
For more information, see [Installing with the CLI](/enterprise/installing-existing-cluster-automation).
33+
For more information, see [Installing with the KOTS CLI](/enterprise/installing-existing-cluster-automation).
3434

3535
## KOTS Installations Without Object Storage
3636

docs/intro-kots.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The Replicated KOTS entitlement is required to install applications with KOTS. F
1414

1515
KOTS communicates securely with the Replicated vendor platform to synchronize customer licenses, check for available application updates, send instance data, share customer-generated support bundles, and more.
1616

17-
Installing an application with KOTS provides access to feautures such as:
17+
Installing an application with KOTS provides access to features such as:
1818

1919
* Support for air gap installations
2020
* Support for installations on VMs or bare metal servers

docs/partials/configValues/_config-values-procedure.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ During installation, KOTS automatically generates a ConfigValues file and saves
22

33
To get the ConfigValues file from an installed application instance:
44

5-
1. Install the target release in a development environment. You can either install the release with Replicated Embedded Cluster or install in an existing cluster with KOTS. For more information, see [Online Installation with Embedded Cluster](/enterprise/installing-embedded) or [Online Installation in Existing Clusters](/enterprise/installing-existing-cluster).
5+
1. Install the target release in a development environment. You can either install the release with Replicated Embedded Cluster or install in an existing cluster with KOTS. For more information, see [Online Installation with Embedded Cluster](/enterprise/installing-embedded) or [Online Installation in Existing Clusters with KOTS](/enterprise/installing-existing-cluster).
66

77
1. Depending on the installer that you used, do one of the following to get the ConfigValues for the installed instance:
88

docs/partials/getting-started/_related-topics.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ For more information about the subjects in the getting started tutorials, see th
22

33
* [Installing the Replicated CLI](/reference/replicated-cli-installing)
44
* [Linter Rules](/reference/linter)
5-
* [Online Installation in Existing Clusters](/enterprise/installing-existing-cluster)
5+
* [Online Installation in Existing Clusters with KOTS](/enterprise/installing-existing-cluster)
66
* [Performing Updates in Existing Clusters](/enterprise/updating-app-manager)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<tr>
22
<td><code>--kotsadm-namespace</code></td>
33
<td>string</td>
4-
<td><p>Set to override the registry namespace of KOTS Admin Console images. Used for air gap installations. For more information, see [Air Gap Installation in Existing Clusters](/enterprise/installing-existing-cluster-airgapped).</p><p><strong>Note:</strong> Replicated recommends that you use <code>--kotsadm-registry</code> instead of <code>--kotsadm-namespace</code> to override both the registry hostname and, optionally, the registry namespace with a single flag.</p></td>
4+
<td><p>Set to override the registry namespace of KOTS Admin Console images. Used for air gap installations. For more information, see [Air Gap Installation in Existing Clusters with KOTS](/enterprise/installing-existing-cluster-airgapped).</p><p><strong>Note:</strong> Replicated recommends that you use <code>--kotsadm-registry</code> instead of <code>--kotsadm-namespace</code> to override both the registry hostname and, optionally, the registry namespace with a single flag.</p></td>
55
</tr>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<tr>
22
<td><code>--kotsadm-registry</code></td>
33
<td>string</td>
4-
<td>Set to override the registry hostname and namespace of KOTS Admin Console images. Used for air gap installations. For more information, see [Air Gap Installation in Existing Clusters](/enterprise/installing-existing-cluster-airgapped).</td>
4+
<td>Set to override the registry hostname and namespace of KOTS Admin Console images. Used for air gap installations. For more information, see [Air Gap Installation in Existing Clusters with KOTS](/enterprise/installing-existing-cluster-airgapped).</td>
55
</tr>

docs/reference/kots-cli-install.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@ This command supports all [global flags](kots-cli-global-flags) and also:
4242
<tr>
4343
<td><code>--airgap</code></td>
4444
<td>bool</td>
45-
<td>Set to <code>true</code> to run install in air gapped mode. Setting <code>--airgap-bundle</code> implies <code>--airgap=true</code>. <strong>Default:</strong> <code>false</code>. For more information, see <a href="/enterprise/installing-existing-cluster-airgapped">Air Gap Installation in Existing Clusters</a>.</td>
45+
<td>Set to <code>true</code> to run install in air gapped mode. Setting <code>--airgap-bundle</code> implies <code>--airgap=true</code>. <strong>Default:</strong> <code>false</code>. For more information, see <a href="/enterprise/installing-existing-cluster-airgapped">Air Gap Installation in Existing Clusters with KOTS</a>.</td>
4646
</tr>
4747
<tr>
4848
<td><code>--airgap-bundle</code></td>
4949
<td>string</td>
50-
<td>Path to the application air gap bundle where application metadata will be loaded from. Setting <code>--airgap-bundle</code> implies <code>--airgap=true</code>. For more information, see <a href="/enterprise/installing-existing-cluster-airgapped">Air Gap Installation in Existing Clusters</a>.</td>
50+
<td>Path to the application air gap bundle where application metadata will be loaded from. Setting <code>--airgap-bundle</code> implies <code>--airgap=true</code>. For more information, see <a href="/enterprise/installing-existing-cluster-airgapped">Air Gap Installation in Existing Clusters with KOTS</a>.</td>
5151
</tr>
5252
<tr>
5353
<td><code>--app-version-label</code></td>

0 commit comments

Comments
 (0)