UiPath Documentation
automation-suite
2024.10
false
uipathctl リファレンス ガイド
重要 :
このコンテンツの一部は機械翻訳によって処理されており、完全な翻訳を保証するものではありません。 新しいコンテンツの翻訳は、およそ 1 ~ 2 週間で公開されます。

uipathctl rke2 registry hydrate-registry

説明

一時レジストリからクラスター内の Docker レジストリをシーディングします。 既定では、シードはすべてのレジストリ ポッドに対して実行されます。

特定のレジストリ ポッドをシードするには、必要なポッド --cluster-registries IP を指定して引数を使用します。 ハイドレート時間を短縮するには、 --num-worker 引数を渡してワーカー スレッドの数を増やします。 ハイドレートを実行する前に、すべてのレジストリ ポッドが [実行中] ステートであることを確認してください。

uipathctl rke2 registry hydrate-registry [flags]
uipathctl rke2 registry hydrate-registry [flags]
# 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

オプション

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

親コマンドから継承されるオプション

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

このページは役に立ちましたか?

接続

ヘルプ リソース サポート

学習する UiPath アカデミー

質問する UiPath フォーラム

最新情報を取得