UiPath Documentation
automation-suite
2.2510
true
UiPath logo, featuring letters U and I in white

Automation Suite on Linux installation guide

Last updated Mar 26, 2026

Upgrade failure due to uppercase hostname

Description

An issue may cause the upgrade to fail when the upgrade process attempts to create the upgrade-server deployment on nodes that use uppercase hostnames. Kubernetes automatically converts the kubernetes.io/hostname label to lowercase, which creates a mismatch because the upgrade process uses the original system hostname.

Solution

To address the issue, use one of the following options:

  1. Manually edit the deployment and change the hostname label to lowercase.

  2. Add a node label that preserves the uppercase hostname, as shown in the following example:

    kubectl label node hostname-1
    kubernetes.io/hostname-upper=HOSTNAME-1
    kubectl label node hostname-1
    kubernetes.io/hostname-upper=HOSTNAME-1
    
  • Description
  • Solution

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated