UiPath Documentation
automation-suite
2.2510
true
Automation Suite on Linux installation guide

Frequent restart issue in uipath namespace deployments during offline installations

Synchronize certificates between namespaces to resolve deployment restart loops in offline Automation Suite.

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