Automation Suite
2023.4
False
横幅背景图像
EKS/AKS 上的 Automation Suite 安装指南
上次更新日期 2024年5月20日

故障排除

Pod 无法在代理环境中与 FQDN 通信

描述

Pod 无法在代理环境中与 FQDN 通信,并显示以下错误:

System.Net.Http.HttpRequestException: The proxy tunnel request to proxy 'http://<proxyFQDN>:8080/' failed with status code '404'.System.Net.Http.HttpRequestException: The proxy tunnel request to proxy 'http://<proxyFQDN>:8080/' failed with status code '404'.

解决方案

要解决此问题,您必须创建 ServiceEntry,如以下示例所示:
apiVersion: networking.istio.io/v1beta1
kind: ServiceEntry
metadata:
  name: proxy
  namespace: uipath
spec:
  hosts:
  - <proxy-host>
  addresses:
  - <proxy-ip>/32
  ports:
  - number: <proxy-port>
    name: tcp
    protocol: TCP
  location: MESH_EXTERNALapiVersion: networking.istio.io/v1beta1
kind: ServiceEntry
metadata:
  name: proxy
  namespace: uipath
spec:
  hosts:
  - <proxy-host>
  addresses:
  - <proxy-ip>/32
  ports:
  - number: <proxy-port>
    name: tcp
    protocol: TCP
  location: MESH_EXTERNAL

Automation Suite Robot 的运行状况检查失败

描述

在 AKS 上安装 Automation Suite 后,当您检查 Automation Suite Robot Pod 的运行状况时,它会返回运行状况不佳的状态:“[POD_UNHEALTY] Pod asrobots-miigrations-cvzfn 在命名空间 uipath 中处于故障状态”。

潜在问题

在极少数情况下,Orchestrator 和 Automation Suite Robot 的数据库迁移可能会同时运行。 在这种情况下,迁移 Automation Suite Robot 的数据库将失败。 在 Argo CD 中,您可以看到两个迁移 Pod:一个处于正常运行状态,另一个处于不运行正常状态。
docs image

解决方案

Automation Suite Robot 的数据库迁移将自动重试,并且呈现成功。 但是,Argo CD 不会更新状态。 您可以忽略运行状况不佳的状态。

AKS 升级会导致 Automation Suite 无法运行

描述

影响 AKS 的一个已知升级问题会导致 Automation Suite 2023.4.1-2023.4.5 无法运行。尝试升级 AKS 时,argocd-redis-ha-server Pod 将处于错误状态。

解决方案

要解决此问题,请执行以下步骤:

  1. 通过运行以下命令卸载现有的 ArgoCD Chart。请注意,kubeconfig 路径应设置为集群路径。
    helm uninstall argocd -n argocdhelm uninstall argocd -n argocd
  2. input.json 的根级别搜索 profile 键。
    • 如果存在,请将 profile 键的值更改为 default
    • 如果不存在,请在 input.json 的根级别中添加 "profile":"default" 键。
  3. 通过运行以下命令检索 ArgoCD Chart:

    uipathctl manifest apply input.json --versions versions.json --only argocduipathctl manifest apply input.json --versions versions.json --only argocd

此页面是否有帮助?

获取您需要的帮助
了解 RPA - 自动化课程
UiPath Community 论坛
Uipath 白色徽标
信任与安全
© 2005-2024 UiPath. All rights reserved.