UiPath Documentation
automation-suite
2024.10
false
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.
UiPath logo, featuring letters U and I in white

guia de referência do uipathctl

Última atualização 24 de fev de 2026

Registro do uipathctl rke2 hidr-registry

Description

Semeie o docker-registry no cluster a partir do registro temporário. Por padrão, a semente será executada para todos os pods de registro.

Para semear um pod de registro específico, use o argumento --cluster-registries com o IP dos pods necessários. Para reduzir o tempo de hidratação, você pode aumentar o número de threads de trabalho passando o argumento --num-worker . Certifique-se de que todos os pods de registro estejam no estado Em execução antes de executar a hidratação.

uipathctl rke2 registry hydrate-registry [flags]
uipathctl rke2 registry hydrate-registry [flags]

Exemplos

# Seed all registry pods using configuration found in cluster_config.json
uipathctl rke2 registry hydrate-registry cluster_config.json

# Seed specific registry pod having ip 10.42.0.157
uipathctl rke2 registry hydrate-registry cluster_config.json --cluster-registries 10.42.0.157

# Seed all registry pods with 12 worker count
uipathctl rke2 registry hydrate-registry cluster_config.json --num-worker 12
# Seed all registry pods using configuration found in cluster_config.json
uipathctl rke2 registry hydrate-registry cluster_config.json

# Seed specific registry pod having ip 10.42.0.157
uipathctl rke2 registry hydrate-registry cluster_config.json --cluster-registries 10.42.0.157

# Seed all registry pods with 12 worker count
uipathctl rke2 registry hydrate-registry cluster_config.json --num-worker 12

Opções

      --cluster-registries strings   List of cluster-registries ip along with port, if not mentioned then all the registry pods considered
  -h, --help                         help for hydrate-registry
      --num-worker int               Number of workers to seed images in parallel (default 3)
      --cluster-registries strings   List of cluster-registries ip along with port, if not mentioned then all the registry pods considered
  -h, --help                         help for hydrate-registry
      --num-worker int               Number of workers to seed images in parallel (default 3)

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)
      --versions string     optional path to versions file
      --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)
      --versions string     optional path to versions file
  • 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