orchestrator
2024.10
true
重要 :
新发布内容的本地化可能需要 1-2 周的时间才能完成。

Orchestrator 用户指南
上次更新日期 2025年9月24日
当证书过期或涉及证书轮换过程时,会发生
net::ERR_CERT_AUTHORITY_INVALID
错误,表明证书现在无效。
发生该错误的原因如下:
-
您无法访问 Automation Suite。
-
您的机器人已断开连接。
图 1.您的连接不是私有警告
图 2. UiPath 错误消息
要修复此错误,请执行以下示例中描述的步骤:
从 Assistant 登录到您的 Orchestrator 服务会将您重定向到 SSO 页面。在某些浏览器中,可能会提示您打开 UiPath Assistant。发生这种情况是由于没有将 Assistant 的协议处理程序添加到浏览器的组策略中。
为防止出现这种情况,请确保根据浏览器 (Chrome/Microsoft Edge) 的不同,执行以下步骤:
注意:我们在 Orchestrator 2024.10.6 中修复了此问题。
从 2023.10 或更早版本升级到 2024.10 后, NLog 不再将日志转发到 Splunk。 要解决问题,请执行以下步骤:
- 在 ArgoCD 中,转到“应用程序”,然后选择 "Orchestrator"。
- 选择“详情”选项卡。
- 在“同步策略”部分中,选择“禁用自动同步”,然后选择“确定”以确认您的选择。
- 在
init.container
下添加以下部分:- name: download-plugins image: registry.uipath.com/uipath/sf-k8-utils-rhel:2025.04.02 securityContext: allowPrivilegeEscalation: false capabilities: drop: - ALL privileged: false readOnlyRootFilesystem: true runAsNonRoot: true fsGroup: 1000 runAsGroup: 1000 runAsUser: 1001 resources: limits: cpu: 500m memory: 1Gi requests: cpu: 100m memory: 200Mi volumeMounts: - name: tmp mountPath: /tmp - name: init-container-scripts mountPath: /scripts - name: plugins-volume mountPath: /plugins - name: plugins-external-storage-secret mountPath: /secret command: - /bin/sh args: - /scripts/copy-plugins-to-local-dir.sh