automation-suite
2023.10
false
UiPath logo, featuring letters U and I in white
Linux 版 Automation Suite 安装指南
Last updated 2024年12月3日

Longhorn REST API 端点升级/重新安装错误

描述

在从 Automation Suite 23.10.0 之前的版本升级或重新安装过程中,可能会发生Failed to set Longhorn RestApi Endpoint错误。

解决方案

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

  1. 通过运行以下命令,删除过期的 Longhorn 存储类:

    for sc in $(kubectl get sc -o json | jq -r '.items[] | select(.provisioner=="driver.longhorn.io") | .metadata.name'); do
            kubectl delete sc "${sc}" --timeout=30s || true
          done      for sc in $(kubectl get sc -o json | jq -r '.items[] | select(.provisioner=="driver.longhorn.io") | .metadata.name'); do
            kubectl delete sc "${sc}" --timeout=30s || true
          done
  2. 重新启动升级(或重新安装)过程。

  • 描述
  • 解决方案

此页面有帮助吗?

获取您需要的帮助
了解 RPA - 自动化课程
UiPath Community 论坛
Uipath Logo White
信任与安全
© 2005-2024 UiPath。保留所有权利。