- 手动:准备安装
- 步骤 1:为离线安装配置符合 OCI 的注册表
- 步骤 2:配置外部对象存储
- 步骤 3:配置 Microsoft SQL Server
- 步骤 4:配置负载均衡器
- 步骤 5:配置 DNS
- 步骤 6:配置磁盘
- 步骤 7:配置节点端口
- 步骤 8:应用其他设置
- 步骤 10:验证并安装所需的 RPM 包
- 步骤 11:生成 cluster_config.json
- 证书配置
- 数据库配置
- 外部对象存储配置
- 预签名 URL 配置
- 符合 OCI 的外部注册表配置
- Disaster Recovery:主动/被动配置
- 特定于 Orchestrator 的配置
- Insights 特定配置
- Process Mining 特定配置
- Document Understanding 特定配置
- Automation Suite Robot 特定配置
- 监控配置
- 可选:配置代理服务器
- 可选:在多节点 HA 就绪生产集群中启用区域故障恢复
- 可选:传递自定义 resolv.conf
- 可选:提高容错能力
- install-uipath.sh 参数
- 为集群启用 Redis High Availability Add-on
- 添加具有 GPU 支持的专用代理节点
- 连接 Task Mining 应用程序
- 为 Task Mining 添加专用代理节点
- 为 Automation Suite Robot 添加专用代理节点
- 步骤 13:为离线安装配置临时 Docker 注册表
- 步骤 14:验证安装的先决条件
步骤 13:为离线安装配置临时 Docker 注册表
仅对于使用集群内注册表的离线安装,才需要执行此步骤。如果您执行使用符合 OCI 的外部注册表的离线安装或在线安装,则可以跳过此步骤。
您必须仅在一个服务器节点上执行此步骤。您必须确保节点具有 512 GiB 的额外容量,才能用作注册表的后端。通常建议将其放置在 /uipath
装载点上。
仅在安装或升级期间才需要临时 Docker 注册表。安装或升级成功后,您就不再需要使用临时注册表,并应将其卸载。
设置临时注册表的先决条件
要设置临时注册表,您需要以下内容:
-
as-fs.tar.gz
- 要下载它,请参阅下载安装包。
安装临时注册表
要在其中一个节点上安装临时 Docker 注册表,请运行以下命令:
./configureUiPathAS.sh registry install-temp-registry -i cluster_config.json
./configureUiPathAS.sh registry install-temp-registry -i cluster_config.json
标记 |
描述 |
---|---|
|
可选。接受 |
默认情况下,临时注册表安装在计算机的 30070
端口上,并使用 /uipath/data/registry
文件路径。您必须在负载均衡器和安装临时 Docker 注册表的节点上打开端口 30070
。
如果要更改默认的临时注册表端口和文件路径,则必须更新 cluster_config.json
文件,如以下示例所示:
{
"infra": {
"tmp_docker_registry": {
"node_port": "<new port number>",
"file_path": "/uipath/data/registry"
}
}
}
{
"infra": {
"tmp_docker_registry": {
"node_port": "<new port number>",
"file_path": "/uipath/data/registry"
}
}
}
补充临时注册表
安装临时注册表后,请执行以下步骤:
-
通过运行以下命令,将临时注册表与容器映像和 Helm 图表结合使用:
./configureUiPathAS.sh registry hydrate-temp-registry --offline-bundle /uipath/tmp/as-fs.tar.gz -i cluster_config.json
./configureUiPathAS.sh registry hydrate-temp-registry --offline-bundle /uipath/tmp/as-fs.tar.gz -i cluster_config.json
标记 |
描述 |
---|---|
|
包含 |
|
可选。 接受 |