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
The `--pod-cidr` and `--service-cidr` flags are not supported on Red Hat Enterprise Linux (RHEL) 9 operating systems.
191
+
The `--pod-cidr` and `--service-cidr` flags are not supported on Red Hat Enterprise Linux (RHEL) 9 operating systems.
192
+
193
+
## Change Admin Console and LAM Ports {#adm-lam-ports}
194
+
195
+
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.
196
+
197
+
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).
206
+
207
+
### Limitation
208
+
209
+
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).
Embedded Cluster requires that the following ports are open and available:
2
+
3
+
* 2379/TCP *
4
+
* 2380/TCP
5
+
* 4789/UDP
6
+
* 6443/TCP
7
+
* 7443/TCP
8
+
* 9091/TCP
9
+
* 9099/TCP *
10
+
* 9443/TCP
11
+
* 10248/TCP *
12
+
* 10249/TCP
13
+
* 10250/TCP
14
+
* 10256/TCP
15
+
* 10257/TCP *
16
+
* 10259/TCP *
17
+
* 30000/TCP ***
18
+
* 50000/TCP ******
19
+
20
+
* These ports are used only by processes running on the same node. Ensure that there are no other processes using them. It is not necessary to create firewall openings for these ports.
21
+
22
+
** Required for air gap installations only.
23
+
24
+
*** 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 during installation. For more information, see [Change the Admin Console and LAM Ports](/enterprise/installing-embedded#adm-lam-ports).
Copy file name to clipboardExpand all lines: docs/vendor/embedded-disaster-recovery.mdx
+12-4Lines changed: 12 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,9 +38,7 @@ Embedded Cluster disaster recovery has the following limitations and known issue
38
38
39
39
* Velero is only installed during the installation process. Enabling the disaster recovery license field for customers after they have already installed will not do anything.
40
40
41
-
* The same proxy settings provided during install must be provided to the restore command using `--http-proxy`, `--https-proxy`, and `--no-proxy`.
42
-
43
-
* If the `--pod-cidr` and `--service-cidr` flags were used during install to the set IP address ranges for Pods and Services, these flags must be provided with the same CIDRs during the restore. If these flags are not provided or are provided with different CIDRs, the restore will fail with an error message telling you to rerun with the appropriate flags and values. However, it will take some time before that error occurs.
41
+
* If the `--admin-console-port` flag was used during install to change the port for the Admin Console, note that during a restore the Admin Console port will be used from the backup and cannot be changed. For more information, see [Change the Admin Console and LAM Ports](/enterprise/installing-embedded#adm-lam-ports).
44
42
45
43
* Restores do not work if a prefix is specified for the S3 bucket in the backup settings.
46
44
@@ -142,7 +140,17 @@ To restore from a backup:
142
140
```
143
141
Where `APP_SLUG` is the unique application slug.
144
142
145
-
You will be guided through the process of restoring from a backup. When prompted, enter the information for the backup storage location.
143
+
Note the following requirements and guidance for the `restore` command:
144
+
145
+
* If the installation is behind a proxy, the same proxy settings provided during install must be provided to the restore command using `--http-proxy`, `--https-proxy`, and `--no-proxy`. For more information, see [Install Behind a Proxy](/enterprise/installing-embedded#proxy).
146
+
147
+
* If the `--pod-cidr` and `--service-cidr` flags were used during install to the set IP address ranges for Pods and Services, these flags must be provided with the same CIDRs during the restore. If these flags are not provided or are provided with different CIDRs, the restore will fail with an error message telling you to rerun with the appropriate flags and values. However, it will take some time before that error occurs. For more information, see [Set IP Address Ranges for Pods and Services](/enterprise/installing-embedded#set-ip-address-ranges-for-pods-and-services).
148
+
149
+
* If the `--local-artifact-mirror-port` flag was used during install to change the port for the Local Artifact Mirror (LAM), you can optionally use the `--local-artifact-mirror-port` flag to choose a different LAM port during restore. For example, `restore --local-artifact-mirror-port=50000`. If no LAM port is provided during restore, the LAM port that was supplied during installation will be used. For more information, see [Change Admin Console and LAM Ports](/enterprise/installing-embedded#adm-lam-ports).
150
+
151
+
You will be guided through the process of restoring from a backup.
152
+
153
+
1. When prompted, enter the information for the backup storage location.
146
154
147
155

148
156
[View a larger version of this image](/images/dr-restore.png)
0 commit comments