automation-suite
2023.4
false
- Visão geral
- Pré-instalação
- Prereq do uipathctl
- uipathctl prereq create
- uipathctl prereq run
- Instalação
- Administração de cluster
- Backup e restauração
- instantâneo do uipathctl
- backup do instantâneo do uipathctl
- uipathctl snapshot backup create
- uipathctl snapshot backup disable
- uipathctl snapshot backup enable
- uipathctl snapshot delete
- uipathctl snapshot list
- uipathctl snapshot restore
- uipathctl snapshot restore create
- uipathctl snapshot restore delete
- uipathctl snapshot restore history
- uipathctl snapshot restore logs
- Gerenciamento de certificados
- uipathctl config additional-ca-certificates get
- uipathctl config additional-ca-certificates update
- uipathctl config tls-certificates get
- uipathctl config tls-certificates update
- A identidade do uipathctl get-saml-certificate
- uipathctl identity get-token-signing-certificate
- uipathctl identity rotate-saml-certificates
- uipathctl identity rotate-token-signing-certificates
- uipathctl identity update-saml-certificate
- uipathctl identity update-token-signing-certificate
- Atualização
- Autenticação
- Monitoramento e alertas
- Configuração específica do produto
- Solução de problemas
uipathctl prereq create
Importante :
A tradução automática foi aplicada parcialmente neste conteúdo.
A localização de um conteúdo recém-publicado pode levar de 1 a 2 semanas para ficar disponível.
Guia de referência do uipathctl
Última atualização 11 de nov de 2024
uipathctl prereq create
Cria os pré-requisitos externos. Eles são principalmente buckets de armazenamento de objetos e bancos de dados SQL. Os bancos de dados SQL necessários para a instalação são criados no servidor SQL se
sql.create_db key
estiver definido no arquivo de configuração. Os buckets de armazenamento de objetos são criados no provedor de Cloud se a chave object_storage.create_bucket
estiver definida no arquivo de configuração.
uipathctl prereq create PATH [flags]
uipathctl prereq create PATH [flags]
# Create all external prerequisites
uipathctl prereq create input.json --versions versions.json
# Create all external prerequisites
uipathctl prereq create input.json --versions versions.json
-h, --help help for create
--location location Location where the prerequisites are executed. one of [local, cluster] (default cluster)
-o, --output output Output format. one of [json,yaml,text] (default text)
--versions string Path to the versions file
-h, --help help for create
--location location Location where the prerequisites are executed. one of [local, cluster] (default cluster)
-o, --output output Output format. one of [json,yaml,text] (default text)
--versions string Path to the versions file
--context string name of the kubeconfig context to use
--excluded strings components to be excluded from execution, defaults to none
--included strings components to be included in the execution, defaults to all
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-format string log format. one of [text,json] (default "text")
--log-level string set log level. one of [trace,debug,info,error] (default "error")
--timeout duration timeout of the command (default 1h0m0s)
--context string name of the kubeconfig context to use
--excluded strings components to be excluded from execution, defaults to none
--included strings components to be included in the execution, defaults to all
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-format string log format. one of [text,json] (default "text")
--log-level string set log level. one of [trace,debug,info,error] (default "error")
--timeout duration timeout of the command (default 1h0m0s)