automation-suite
2023.10
false
Importante :
La localización de contenidos recién publicados puede tardar entre una y dos semanas en estar disponible.
UiPath logo, featuring letters U and I in white

Guía de instalación de Automation Suite en EKS/AKS

Última actualización 4 de dic. de 2025

Configurar la instalación posterior a FQDN

Para actualizar el FQDN de Automation Suite, debes actualizar el archivo input.jsony ejecutar el instalador uipathctl .
Nota:

Cambiar el FQDN requiere nuevos certificados de servidor. Si no hay un nuevo certificado disponible, tienes dos opciones: continuar con el nuevo certificado autofirmado configurado por el instalador automáticamente, o detener la instalación y traer un nuevo certificado emitido por una CA.

Puedes configurar el certificado a través del campo server_certificate en el archivo input.json .

Actualizar el archivo de configuración con el nuevo valor FQDN

Debes actualizar el siguiente parámetro en el archivo input.json :

  • fqdn: actualice este campo con el nuevo FQDN que necesita para acceder al clúster.
    Nota: Solo admitimos FQDN en minúsculas. No utilices caracteres en mayúsculas en tu FQDN.
El siguiente ejemplo muestra la configuración input.jsonnecesaria para actualizar el FQDN.
{
  "fqdn": "new-automationsuite.mycompany.com" //this is the fqdn for accessing the automation suite cluster
   
}{
  "fqdn": "new-automationsuite.mycompany.com" //this is the fqdn for accessing the automation suite cluster
   
}

Ejecutar el instalador de tejido y servicios para actualizar el FQDN

Para actualizar el FQDN para el tejido y los servicios, ejecuta el siguiente comando:

uipathctl manifest apply input.json --versions version.json uipathctl manifest apply input.json --versions version.json 
Nota:
Si ejecutas el comando con el --force , anulará las solicitudes de advertencia y realizará los cambios de FQDN directamente.
El instalador te informa de las consecuencias de actualizar el FQDN. Pide confirmación antes de continuar.
[WARN]  You are about to change the FQDN of the Automation Suite Cluster.
        Changing the fqdn is a disruptive operation, and it will result in 
        disconnecting your robots, mobile orchestrator users, ML Activities, 
        and ML Skills and invalidating any pending user invites. 
        If you wish to continue type 'yes' and hit enter to continue.[WARN]  You are about to change the FQDN of the Automation Suite Cluster.
        Changing the fqdn is a disruptive operation, and it will result in 
        disconnecting your robots, mobile orchestrator users, ML Activities, 
        and ML Skills and invalidating any pending user invites. 
        If you wish to continue type 'yes' and hit enter to continue.

El instalador también te avisa si no hay un certificado válido relacionado con el FQDN. Si la validación del certificado falla, el instalador te pedirá que proporciones el nuevo certificado emitido por la CA o que continúes con el nuevo certificado autofirmado.

************************************************************************************
[ERROR] Validating certificate... Failed
[ERROR] Certificate doesn't have new-automationsuite.mycompany.com in the SAN
************************************************************************************

Certificate provided is invalid for the new fqdn, would you like us to configure the new self signed certificate?
If you wish to continue type `yes` and hit enter to continue.************************************************************************************
[ERROR] Validating certificate... Failed
[ERROR] Certificate doesn't have new-automationsuite.mycompany.com in the SAN
************************************************************************************

Certificate provided is invalid for the new fqdn, would you like us to configure the new self signed certificate?
If you wish to continue type `yes` and hit enter to continue.
Nota:

Asegúrate de borrar todos los datos de tu base de datos de Redis. Puedes hacerlo ejecutando el comando FLUSHALL.

¿Te ha resultado útil esta página?

Obtén la ayuda que necesitas
RPA para el aprendizaje - Cursos de automatización
Foro de la comunidad UiPath
Uipath Logo
Confianza y seguridad
© 2005-2025 UiPath. Todos los derechos reservados.