automation-suite
2023.10
false
- 概述
- 预安装
- 安装
- 集群管理
- uipathctl cluster
- uipathctl 集群维护
- uipathctl cluster maintenance disable
- uipathctl cluster maintenance enable
- uipathctl cluster maintenance is-enabled
- uipathctl cluster migration
- uipathctl cluster migration export
- uipathctl cluster migration import
- uipathctl cluster migration run
- uipathctl config add-host-admin
- uipathctl config argocd
- uipathctl config argocd registry
- uipathctl config argocd registry get
- uipathctl config argocd registry update
- uipathctl 版本
- 备份和还原
- 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
- uipathctl config additional-ca-certificates get
- uipathctl config additional-ca-certificates update
- uipathctl config argocd ca-certificates
- uipathctl config argocd ca-certificates get
- uipathctl config argocd ca-certificates update
- uipathctl config saml-certificates
- uipathctl config saml-certificates get
- uipathctl config saml-certificates rotate
- uipathctl config saml-certificates update
- uipathctl config tls-certificates
- uipathctl config tls-certificates get
- uipathctl config tls-certificates update
- uipathctl config token-signing-certificates
- uipathctl config token-signing-certificates get
- uipathctl config token-signing-certificates rotate
- uipathctl config token-signing-certificates update
- 升级
- uipathctl 集群升级
- 身份验证
- 监控和警示
- 特定于产品的配置
- 故障排除
uipathctl 集群升级
uipathctl 参考指南
Last updated 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/cluster_config.json --versions versions.json
# Apply the configuration and specify the kubeconfig file to use
uipathctl cluster upgrade input.json/cluster_config.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/cluster_config.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/cluster_config.json --versions versions.json
# Apply the configuration and specify the kubeconfig file to use
uipathctl cluster upgrade input.json/cluster_config.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/cluster_config.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/cluster_config.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/cluster_config.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)