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

Automation Suite on Linux Installation Guide

Last updated Jan 27, 2025

Node removal failure due to incorrect scaling operation naming

Description

After a node removal, an attempt is made to scale up the Prometheus operator. However, due to a misnaming error, the scale-up command fails with an error: no objects passed to scale message.

Solution

To address the issue, you must manually scale up the operator using the following command:

kubectl -n monitoring scale --replicas=1 deploy/monitoring-kube-prometheus-operatorkubectl -n monitoring scale --replicas=1 deploy/monitoring-kube-prometheus-operator

For future node removals, make sure to use the correct Prometheus operator name. You must edit the node removal script by running the following command from the installer directory:

sed -i 's/rancher-monitoring-operator/monitoring-kube-prometheus-operator/g' Modules/graceful-node-removal.shsed -i 's/rancher-monitoring-operator/monitoring-kube-prometheus-operator/g' Modules/graceful-node-removal.sh
  • 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-2025 UiPath. All rights reserved.