automation-suite
2023.4
false
- 概述
- 预安装
- 安装
- 集群管理
- 备份和还原
- uipathctl 快照
- 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
- 证书管理
- uipathctl config additional-ca-certificates get
- uipathctl config additional-ca-certificates update
- uipathctl config tls-certificates get
- uipathctl config tls-certificates update
- uipathctl identity 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
- 升级
- uipathctl 集群升级
- 身份验证
- 监控和警示
- 特定于产品的配置
- 故障排除
uipathctl 集群升级
重要 :
请注意此内容已使用机器翻译进行了部分本地化。
新发布内容的本地化可能需要 1-2 周的时间才能完成。
uipathctl 参考指南
上次更新日期 2024年11月11日
uipathctl 集群升级
加载在参数中提供的路径中找到的配置,并将集群的状态驱动到该配置。
该命令将在集群的当前状态和所需状态之间执行差异,并将更改应用于集群。
与“应用”命令不同,“升级”命令不会安装任何尚未安装的组件。
当存在
--override
标志时,列表将覆盖在输入文件中找到的选择。 该标志与 --only
标志互斥。 当输入文件中存在 exclude_components
键时,列表中找到的组件将从已安装的组件中排除。 它的优先级高于所有其他标志,并且与其中任何标志都不互斥。
uipathctl cluster upgrade PATH [flags]
uipathctl cluster upgrade PATH [flags]
# Apply the configuration found in input.json, using the versions found in versions.json
uipathctl cluster upgrade input.json --versions versions.json
# Apply the configuration and specify the kubeconfig file to use
uipathctl cluster upgrade input.json --kubeconfig cluster.kubeconfig --versions versions.json
# Apply the configuration but skip the components installed directly by helm
uipathctl cluster upgrade --skip-helm input.json --versions versions.json
# Apply the configuration overriding the initial list of components
uipathctl cluster upgrade --override automation_hub,orchestrator --versions versions.json
# Apply the configuration found in input.json, using the versions found in versions.json
uipathctl cluster upgrade input.json --versions versions.json
# Apply the configuration and specify the kubeconfig file to use
uipathctl cluster upgrade input.json --kubeconfig cluster.kubeconfig --versions versions.json
# Apply the configuration but skip the components installed directly by helm
uipathctl cluster upgrade --skip-helm input.json --versions versions.json
# Apply the configuration overriding the initial list of components
uipathctl cluster upgrade --override automation_hub,orchestrator --versions versions.json
-h, --help help for upgrade
--no-wait if true, return immediately after the ArgoCD applications are created
--only strings optional exclusive list of components to apply
--override strings optional list to override the components enabled in input.json file
--skip-helm if true, skip components installed directly by helm
--versions string path to versions file
-h, --help help for upgrade
--no-wait if true, return immediately after the ArgoCD applications are created
--only strings optional exclusive list of components to apply
--override strings optional list to override the components enabled in input.json file
--skip-helm if true, skip components installed directly by helm
--versions string path to versions file
--context string name of the kubeconfig context to use
--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
--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)