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

Automation Suite on Linux installation guide

Last updated Nov 13, 2025

Frequent restart issue in uipath namespace deployments during offline installations

Description

Certain deployments in the uipath namespace are restarting frequently in offline installations. This is due to the Reloader component, which restarts applications whenever the istio-ingressgateway-certs secret is updated.
If the istio-ingressgateway-certs secret is inconsistent between the istio-system and docker-registry namespaces, Reloader continuously updates the secret in the uipath namespace, causing frequent restarts.

Solution

To address the issue, you must synchronize the istio-ingressgateway-certs secret between the istio-system and docker-registry namespaces by running the following command:
kubectl get secret -n istio-system istio-ingressgateway-certs -o json |jq 'del( .metadata.uid, .metadataresourceVersion, .metadata.creationTimestamp, .status, .metadata.annotations, .metadata.resourceVersion, .metadata.namespace)'  | kubectl  apply -n docker-registry -f - kubectl get secret -n istio-system istio-ingressgateway-certs -o json |jq 'del( .metadata.uid, .metadataresourceVersion, .metadata.creationTimestamp, .status, .metadata.annotations, .metadata.resourceVersion, .metadata.namespace)'  | kubectl  apply -n docker-registry -f -
  • Description
  • Solution

Was this page helpful?

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