UiPath Documentation
automation-suite
2024.10
false

guia de referência do uipathctl

Última atualização 24 de fev de 2026

uipathctl cluster migration run

Description

O seguinte comando executa a migração do cluster de um cluster de origem para um cluster de destino.

Há duas etapas do processo de migração:

  1. Os objetos do Kubernetes são migrados do cluster de origem, seguido pela instalação no cluster de destino.
  2. Os arquivos de entrada e versão são usados para configurar o processo de migração.
uipathctl cluster migration run [PATH] [flags]
uipathctl cluster migration run [PATH] [flags]

Exemplos

        # Migrate from source cluster to target cluster, using input.json/cluster_config.json as the target cluster configuration
        uipathctl cluster migration run input.json/cluster_config.json --versions versions.json --target-kubeconfig <path> --target-kubecontext <context>
        # Migrate from source cluster to target cluster, using input.json/cluster_config.json as the target cluster configuration
        uipathctl cluster migration run input.json/cluster_config.json --versions versions.json --target-kubeconfig <path> --target-kubecontext <context>

Opções

   -h, --help                       help for run
    --namespace string           The namespace where UiPath Automation Suite is deployed (default "uipath")
    --skip-inbound-data          skip inbound data migration
    --skip-outbound-data         skip outbound data migration
    --skip-pre-reqs              skip prerequisite checks for data migration
    --target-context string      name of kubeconfig context to use for target cluster
    --target-kubeconfig string   target cluster kubectl configuration file
    --versions string            path to versions file
   -h, --help                       help for run
    --namespace string           The namespace where UiPath Automation Suite is deployed (default "uipath")
    --skip-inbound-data          skip inbound data migration
    --skip-outbound-data         skip outbound data migration
    --skip-pre-reqs              skip prerequisite checks for data migration
    --target-context string      name of kubeconfig context to use for target cluster
    --target-kubeconfig string   target cluster kubectl configuration file
    --versions string            path to versions file

Opções herdadas de comandos pai

      --context string      name of the kubeconfig context to use
  -f, --force               override all user prompts to true
      --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")
  -q, --quiet               suppress all output except for errors and warnings
      --timeout duration    timeout of the command (default 5h0m0s)
      --context string      name of the kubeconfig context to use
  -f, --force               override all user prompts to true
      --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")
  -q, --quiet               suppress all output except for errors and warnings
      --timeout duration    timeout of the command (default 5h0m0s)
  • Description
  • Exemplos
  • Opções
  • Opções herdadas de comandos pai

Esta página foi útil?

Conectar

Precisa de ajuda? Suporte

Quer aprender? Academia UiPath

Tem perguntas? Fórum do UiPath

Fique por dentro das novidades