You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/enterprise/installing-embedded-air-gap.mdx
+5-15Lines changed: 5 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,10 +8,6 @@ import Prerequisites from "../partials/install/_ec-prereqs.mdx"
8
8
9
9
This topic describes how to install applications with Embedded Cluster on a virtual machine (VM) or bare metal server with no outbound internet access.
10
10
11
-
:::note
12
-
Embedded Cluster installations in air gap environments is a beta feature. This feature is subject to change. To get access to this feature, reach out to Alex Parker at [[email protected]](mailto:[email protected]).
13
-
:::
14
-
15
11
## Overview
16
12
17
13
When an air gap bundle is built for a release containing an Embedded Cluster Config, both an application air gap bundle and an Embedded Cluster air gap bundle are built. The application air gap bundle can be used for air gap installations with Replicated kURL or with Replicated KOTS in an existing cluster. The Embedded Cluster air gap bundle is used for air gap installations with Embedded Cluster.
@@ -62,23 +58,17 @@ To install with Embedded Cluster in an air gap environment:
62
58
63
59
[View a larger version of this image](/images/customer-install-instructions-dropdown.png)
64
60
65
-
The **Embedded Cluster install instructions** dialog is displayed.
61
+
1. In the **Embedded Cluster install instructions** dialog, enable the **Install in an air gap environment** checkbox.
[View a larger version of this image](/images/embedded-cluster-install-dialog.png)
65
+
[View a larger version of this image](/images/embedded-cluster-install-dialog-airgap.png)
70
66
71
-
1. (Optional) In the **Embedded Cluster install instructions** dialog, under**Select a version**, select a specific application version to install. By default, the latest version is selected.
67
+
1. (Optional) For**Select a version**, select a specific application version to install. By default, the latest version is selected.
72
68
73
69
1. SSH onto the machine where you will install.
74
70
75
-
1. Modify the curl command provided in the first step in the **Embedded Cluster installation instructions** dialog by adding the `?airgap=true` query parameter to the end of the `replicated.app` endpoint:
Copy file name to clipboardExpand all lines: docs/enterprise/installing-embedded.mdx
+21-1Lines changed: 21 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,8 @@ Before you install, complete the following prerequisites:
10
10
11
11
<Prerequisites/>
12
12
13
+
* Ensure that the required domains are accessible from servers performing the installation. See [Firewall Openings for Online Installations](/enterprise/installing-general-requirements#firewall-openings-for-online-installations).
The `--pod-cidr` and `--service-cidr` flags are not supported on Red Hat Enterprise Linux (RHEL) 9 operating systems.
193
+
The `--pod-cidr` and `--service-cidr` flags are not supported on Red Hat Enterprise Linux (RHEL) 9 operating systems.
194
+
195
+
## Change Admin Console and LAM Ports {#adm-lam-ports}
196
+
197
+
By default, the Admin Console and Local Artifact Mirror (LAM) run on ports 30000 and 50000, respectively. If these ports are occupied, you can select different ports.
198
+
199
+
To choose different ports for the Admin Console and LAM during installation with Embedded Cluster, use the `--admin-console-port` and `--local-artifact-mirror-port` flags with the Embedded Cluster `install` command.
The Embedded Cluster host preflight checks verify the default ports or the user-supplied ports, so users will be alerted before installation if they need to choose new port(s). For more information about the host preflight checks for Embedded Cluster, see [About Host Preflight Checks](/vendor/embedded-overview#about-host-preflight-checks).
208
+
209
+
### Limitation
210
+
211
+
It is not possible to change the port for the Admin Console during a restore with Embedded Cluster. For more information, see [Disaster Recovery for Embedded Cluster (Alpha)](/vendor/embedded-disaster-recovery).
Copy file name to clipboardExpand all lines: docs/enterprise/installing-existing-cluster-automation.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ One common use case for installing with the CLI is to automate installation, suc
41
41
42
42
For more information about the advanced options for the `kots install` command, see [install](/reference/kots-cli-install) in the KOTS CLI documentation.
43
43
44
-
For a tutorial that demonstrates how to install a sample application using the KOTS CLI, see [KOTS Tutorial (CLI)](/vendor/tutorial-cli-setup).
44
+
For a tutorial that demonstrates how to install a sample application using the KOTS CLI, see [Install with KOTS in an Existing Cluster](/vendor/tutorial-cli-setup).
Copy file name to clipboardExpand all lines: docs/enterprise/updating-apps.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ To configure automatic updates:
34
34
35
35
To turn off automatic updates, select **Never**.
36
36
37
-
To define a custom cadence, select **Custom**, then enter a cron expression in the text field. For more information about cron expressions, see [Cron Expressions](/reference/cron-expressions) in _Reference_. Configured automatic update checks use the local server time.
37
+
To define a custom cadence, select **Custom**, then enter a cron expression in the text field. For more information about cron expressions, see [Cron Expressions](/reference/cron-expressions). Configured automatic update checks use the local server time.
Copy file name to clipboardExpand all lines: docs/enterprise/updating-embedded.mdx
+2-6Lines changed: 2 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ import Overview from "../partials/embedded-cluster/_update-overview.mdx"
9
9
This topic describes how to perform updates for [Replicated Embedded Cluster](/vendor/embedded-overview) installations.
10
10
11
11
:::note
12
-
Embedded cluster is in beta. If you are instead looking for information about Replicated kURL, see [Performing Updates in kURL Clusters](updating-kurl).
12
+
If you are instead looking for information about Replicated kURL, see [Performing Updates in kURL Clusters](updating-kurl).
13
13
:::
14
14
15
15
## Overview
@@ -68,11 +68,7 @@ To perform an update with Embedded Cluster:
68
68
KOTS can experience downtime during an update, such as in single-node installations. If downtime occurs, refreshing the page results in a connection error. Users can refresh the page again after the update is complete to access the Admin Console.
69
69
:::
70
70
71
-
## Update in Air Gap Clusters (Alpha)
72
-
73
-
:::important
74
-
Embedded Cluster installations in air gap environments in an Alpha feature. This feature is subject to change, including breaking changes. To get access to this feature, reach out to Alex Parker at [[email protected]](mailto:[email protected]).
Copy file name to clipboardExpand all lines: docs/enterprise/updating-kurl.mdx
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,8 @@ import AdminConsoleAirGap from "../partials/updating/_admin-console-air-gap.mdx"
7
7
8
8
This topic describes how to perform updates in Replicated kURL installations. It includes procedures for updating an application, as well as for updating the versions of Kubernetes, Replicated KOTS, and add-ons in a kURL cluster.
9
9
10
+
For more information about managing nodes in kURL clusters, including how to safely reset, reboot, and remove nodes when performing maintenance tasks, see [Managing Nodes](https://kurl.sh/docs/install-with-kurl/managing-nodes) in the open source kURL documentation.
11
+
10
12
## Update an Application
11
13
12
14
For kURL installations, you can update an application from the Admin Console. You can also set up automatic updates. See [Configuring Automatic Updates](/enterprise/updating-apps).
@@ -23,6 +25,8 @@ For kURL installations, you can update an application from the Admin Console. Yo
23
25
24
26
After updating the kURL installer spec, you can rerun the kURL installation script to update a kURL cluster. For more information about kURL cluster udpates, see [About kURL Cluster Updates](/enterprise/updating-kurl-about).
25
27
28
+
For more information about managing nodes in kURL clusters, including how to safely reset, reboot, and remove nodes when performing maintenance tasks, see [Managing Nodes](https://kurl.sh/docs/install-with-kurl/managing-nodes) in the open source kURL documentation.
29
+
26
30
:::important
27
31
The Kubernetes scheduler automatically reschedules Pods to other nodes during maintenance. Any deployments or StatefulSets with a single replica experience downtime while being rescheduled.
0 commit comments