automation-suite
2024.10
false
Important :
Veuillez noter que ce contenu a été localisé en partie à l’aide de la traduction automatique. La localisation du contenu nouvellement publié peut prendre 1 à 2 semaines avant d’être disponible.
UiPath logo, featuring letters U and I in white

guide de référence uipathctl

Dernière mise à jour 28 févr. 2026

uipathctl rke2 registre hydrate-registry

Description

Référencez le docker-registre du cluster à partir du registre temporaire. Par défaut, le référencement sera effectué pour tous les pods de registre.

Pour référencer un pod de registre spécifique, utilisez l'argument --cluster-registries avec l'adresse IP des pods requis. Pour réduire le temps d'hydratation, vous pouvez augmenter le nombre de threads de travail en transmettant l'argument --num-worker . Assurez-vous que tous les pods de registre sont en cours d'exécution (Running) avant de procéder à l'hydratation.

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

Exemples

# 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

Options

      --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)

Options héritées des commandes parent

      --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
  • Exemples
  • Options
  • Options héritées des commandes parent

Cette page vous a-t-elle été utile ?

Connecter

Besoin d'aide ? Assistance

Vous souhaitez apprendre ? UiPath Academy

Vous avez des questions ? UiPath Forum

Rester à jour