- Visão geral
- Requisitos
- Pre-installation
- Instalação
- Pós-instalação
- Migração e atualização
- Monitoramento e alertas
- Administração de cluster
- Configuração específica do produto
- Configuração de parâmetros do Orchestrator
- Configuração do AppSettings
- Configuração do tamanho máximo da solicitação
- Substituição da configuração de armazenamento no nível do cluster
- Configuração do NLog
- Salvando logs do robô no Elasticsearch
- Configuração dos repositórios de credenciais
- Configuração da chave de criptografia por tenant
- Limpeza do banco de dados do Orchestrator
- Solução de problemas
Installing and configuring the GitOps tool
uipathadmin
service account.
-
For the service mesh installation and configuration instructions, see Installing and configuring the service mesh
-
For the installation permissions, see Granting installation permissions.
If you cannot grant admin privileges to the Automation Suite installer, you must bring your own ArgoCD for the Automation Suite deployment. For more information, see Provisioning ArgoCD.
-
Provide the correct value for the
application_namespace
parameter in theargocd
section of yourinput.json
file. This is the namespace where applications are created, and ideally should be the namespace where ArgoCD is installed. -
If you install Automation Suite on a shared cluster, we recommend creating a new ArgoCD project dedicated to Automation Suite rather than using the default project. For instructions on how to create a project in ArgoCD, see Creating a project in ArgoCD.
-
Configure the Helm repository in ArgoCD. For more information, see Configuring the Helm repository in ArgoCD.
-
Grant the necessary permissions on the ArgoCD namespace. For more information, see Granting the necessary permissions on the ArgoCD namespace.
apiVersion: argoproj.io/v1alpha1
kind: AppProject
metadata:
name: <project-name>
namespace: <argocd-namespace>
spec:
description: App project to manage and deploy uipath applications
clusterResourceWhitelist:
- group: '*'
kind: '*'
destinations:
- namespace: <uipath>
server: https://kubernetes.default.svc
- namespace: <istio-system>
server: https://kubernetes.default.svc
sourceNamespaces:
- <argocd-namespace>
sourceRepos:
- '*'
apiVersion: argoproj.io/v1alpha1
kind: AppProject
metadata:
name: <project-name>
namespace: <argocd-namespace>
spec:
description: App project to manage and deploy uipath applications
clusterResourceWhitelist:
- group: '*'
kind: '*'
destinations:
- namespace: <uipath>
server: https://kubernetes.default.svc
- namespace: <istio-system>
server: https://kubernetes.default.svc
sourceNamespaces:
- <argocd-namespace>
sourceRepos:
- '*'
- Faça login no ArgoCD.
- Navigate to Settings > Repositories > +CONNECT REPO.
- Use VIA HTTPS for the connection method.
- Select Helm as the type.
- Provide a name.
- Choose uipath as the project. uipath is the name of the ArgoCD project you created for the UiPath® application.
- Provide the repository URL, username, password, and certificate info.
- Enable the OCI checkbox.
- Selecione Conectar.
- Make sure that the connection status is Successful.