- 概述
- 要求
- 安装
- 安装后
- 集群管理
- 监控和警示
- 迁移和升级
- 特定于产品的配置
- 最佳实践和维护
- 故障排除
- 无法获取沙盒映像
- Pod 未显示在 ArgoCD 用户界面中
- Redis 探测器失败
- RKE2 服务器无法启动
- 在 UiPath 命名空间中找不到密码
- ArgoCD 在首次安装后进入“进行中”状态
- 意外不一致;手动运行 fsck
- MongoDB Pod 处于 CrashLoopBackOff 状态或在删除后处于“等待 PVC 配置”状态
- MongoDB Pod 从 4.4.4-ent 升级到 5.0.7-ent 失败
- 集群还原或回滚后服务运行状况不佳
- Pod 在 Init:0/X 中卡住
- Prometheus 处于 CrashLoopBackoff 状态,并出现内存不足 (OOM) 错误
- 监控仪表板中缺少 Ceph-rook 指标
- Pod 无法在代理环境中与 FQDN 通信
- 使用 Automation Suite 诊断工具
- 使用 Automation Suite 支持捆绑包
- 探索日志
您当前可以将 GCP 部署模板仅用于 Automation Suite 2024.10。因此,我们建议您参阅Automation Suite 2024.10 文档。
更新证书
安装流程会代表您生成自签名证书。这些证书将在 90 天后过期,安装完成后,您必须将其替换为由受信任的证书颁发机构 (CA) 签名的证书。如果不更新证书,安装将在 90 天后停止工作。
For instructions, see Managing certificates.
访问部署输出
要获取部署输出,请执行以下步骤:
-
打开终端。
-
转到运行部署命令的目录。
-
执行以下命令:
terraform outputterraform output
输出应类似于下图所示:
输出定义
输出为您提供访问套件和集群的必要信息。
下表描述了这些值:
| 密钥 | 描述 |
|---|---|
|
|
为安装提供的完全限定域名。确保在配置 DNS 时使用相同的 DNS。 有关如何配置 DNS 的说明,请参阅: |
|
|
用于配置 DNS 的负载均衡器 IP 地址。 |
|
|
通过 SSH 访问集群所需的堡垒虚拟机 IP 地址。 |
|
|
部署中所有资源的名称中包含的部署 ID。 |
|
|
包含数据库凭据的密码的 URL。 |
|
|
包含 Automation Suite 门户中主机组织凭据的密码的 URL。 |
|
|
包含 Automation Suite 门户中主机组织凭据的密码的 URL。 |
|
|
包含用于管理已安装产品的 ArgoCD 控制台凭据的密码的 URL。 |
访问集群管理门户
The Cluster Administration portal is a centralized location where you can find all the resources required to complete an Automation Suite installation and perform common post-installation operations. For details, see Getting started with the Cluster Administration portal.
要访问“集群管理”门户,请执行以下步骤:
转到以下 URL:https://${CONFIG_CLUSTER_FQDN}/uipath-management。
You do not need any credentials to access the Cluster Administration portal.
访问服务
To access the services, you must have a DNS configured. See Configuring the DNS in a single-node evaluation setup or Configuring the DNS in a multi-node HA-ready production setup for details.
Alternatively, you can follow the instructions in Configuring a client machine to access the cluster for testing purposes only.
如果使用自签名证书,您可能会收到证书错误,如下图所示。
Click Proceed to…, then update the cluster certificates as explained in Configuring the certificates in a single-node evaluation setup or Configuring the certificates in a multi-node HA-ready production setup.
访问 Automation Suite 门户
您可以通过 https://<fqdn> 访问 Automation Suite 门户。您可以通过以下位置的密码获取凭据:
as_host_credentials主机组织的 URL;as_default_credentials默认组织的 URL。
访问 ArgoCD
您可以通过 https://alm.<fqdn> 访问 ArgoCD 控制台。您可以通过可在 argocd_credentials URL 中找到的密码获取凭据。
访问 Rancher
您可以通过 htpps://monitoring.<fqdn> 访问监控控制台。用户名是 admin,可以通过以下方式获取密码:
-
通过 SSH 连接到任何服务器节点(可以在部署输出中找到
bastion_ip):ssh -i <path_to_private_key> <username>@<bastion_ip>ssh -i <path_to_private_key> <username>@<bastion_ip> -
在节点上运行以下命令:
sudo su export KUBECONFIG=/etc/rancher/rke2/rke2.yaml PATH=$PATH:/var/lib/rancher/rke2/bin kubectl get secrets/rancher-admin-password -n cattle-system -o "jsonpath={.data['password']}" | base64 -dsudo su export KUBECONFIG=/etc/rancher/rke2/rke2.yaml PATH=$PATH:/var/lib/rancher/rke2/bin kubectl get secrets/rancher-admin-password -n cattle-system -o "jsonpath={.data['password']}" | base64 -d
访问集群
-
打开终端并使用 SSH 连接到堡垒。您可以在部署输出中找到
bastion_ip。ssh -i <path_to_private_key> <username>@<bastion_ip>ssh -i <path_to_private_key> <username>@<bastion_ip> -
从堡垒中,您可以使用以下命令通过 SSH 访问其他节点。用户名必须与用于连接到堡垒的用户名相同。您可以在 GCP 控制台的
Internal IP列中找到<node_address>。ssh -i .ssh/private_key <username>@<node_address>ssh -i .ssh/private_key <username>@<node_address>
您应该会看到以下仪表板,其中显示了集群的状态:
编辑节点数量
使用 GPC 控制台编辑节点(服务器或代理节点)的数量,如下所示:
-
在“实例组”选项卡中,搜索 MIG,然后选择与要修改的节点类型相对应的 MIG。
-
选择“编辑”。
-
根据需要修改“实例数”字段,然后选择“保存” 。
删除部署
如果要删除部署,请执行以下步骤:
-
打开终端并转到解压缩模板的文件夹。
-
运行以下命令:
terraform destroyterraform destroy -
当要求批准时,键入
Yes。