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

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?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated