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

Guide d'installation d'Automation Suite sur EKS/AKS

Dernière mise à jour 13 nov. 2025

Conversion d'une installation existante en configuration multi-sites

You can convert an existing installation into multi-site by taking the following steps:

  1. Convert the standalone Automation Suite cluster into the primary cluster. For details, see Converting a standalone cluster into a primary cluster.

  2. Installer le cluster Automation Suite secondaire. Pour plus de détails, consulter Disaster Recovery - Installation du cluster secondaire.

Note: Ensure that the certificates are the same on the primary and secondary clusters. This check is not performed or enforced automatically.

Conversion d'un cluster autonome en cluster principal

Pour convertir un cluster Automation Suite existant en cluster principal du déploiement multi-sites, procédez comme suit :

  1. Update input.json. Add or update fqdn, cluster_fqdn, and enable multisite.
    "fqdn" : "<global traffic manager fqdn>"
    "cluster_fqdn": "<fqdn of the primary cluster>",
    
    "multisite": {
        "enabled": true,
        "primary": true
     }"fqdn" : "<global traffic manager fqdn>"
    "cluster_fqdn": "<fqdn of the primary cluster>",
    
    "multisite": {
        "enabled": true,
        "primary": true
     }

    For details, see the following documentation: Advanced installation experience.

    Mettez à jour la section de certificat TLS pour configurer le nouveau certificat, en vous assurant qu'il répond aux exigences décrites dans la section.

    Note: It is recommended to keep the FQDN of your existing Automation Suite setup to avoid reconfiguring all your robots.
  2. Reapply the manifest by running the following command:
    uipathctl manifest apply input.json --versions version.jsonuipathctl manifest apply input.json --versions version.json
    Refer to Installing Automation Suite.
  • Conversion d'un cluster autonome en cluster principal

Cette page vous a-t-elle été utile ?

Obtenez l'aide dont vous avez besoin
Formation RPA - Cours d'automatisation
Forum de la communauté UiPath
Uipath Logo
Confiance et sécurité
© 2005-2025 UiPath Tous droits réservés.