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

Disaster Recovery: Performing post-installation operations

Reference for disaster recovery post-installation operations and kubeconfig generation in Automation Suite.

Generating the kubeconfig file of the cluster

The generated kubeconfig file must have only limited permissions to access another cluster's correct set of Kube objects.

To generate the base64-encoded kubeconfig file, run the following command:

./bin/uipathctl config kubeconfig get --multisite
./bin/uipathctl config kubeconfig get --multisite
  • --multisite: Generates the kubeconfig file with limited permissions.

Updating the kubeconfig file and linking two Automation Suite clusters

To update the kubeconfig file of another cluster and link both of them, run the following command:

./bin/uipathctl config kubeconfig set --secret "fgad8GDH9dbks" --multisite
./bin/uipathctl config kubeconfig set --secret "fgad8GDH9dbks" --multisite
  • --secret: Accepts the base64-encoded kubeconfig file.
  • --multisite: Links the two clusters.

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated