automation-suite
2023.10
false
UiPath logo, featuring letters U and I in white
Automation Suite on Linux Installation Guide
Last updated Dec 3, 2024

Longhorn REST API endpoint upgrade/reinstall error

Description

During an upgrade or reinstall process from a version earlier than Automation Suite 23.10.0, a Failed to set Longhorn RestApi Endpoint error can occur.

Solution

To fix this issue, take the following steps:

  1. Remove the outdated Longhorn storageclass, by running the following command:

    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. Restart the upgrade (or reinstall) process.

  • Description
  • Solution

Was this page helpful?

Get The Help You Need
Learning RPA - Automation Courses
UiPath Community Forum
Uipath Logo White
Trust and Security
© 2005-2024 UiPath. All rights reserved.