automation-suite
2023.4
false
- 概述
- 要求
- 安装
- 先决条件检查
- 下载安装包
- uipathctl cluster
- uipathctl 集群维护
- uipathctl cluster maintenance disable
- uipathctl cluster maintenance enable
- uipathctl cluster maintenance is-enabled
- uipathctl 集群升级
- uipathctl 配置
- uipathctl 配置警示
- uipathctl configalerts add-email
- uipathctl config alerts remove-email
- uipathctl config alerts update-email
- uipathctl config additional-ca-certificates get
- uipathctl config tls-certificates get
- uipathctl config Orchestrator
- uipathctl config Orchestrator get-config
- uipathctl config orchestrator update-config
- uipathctl config additional-ca-certificates update
- uipathctl config tls-certificates update
- uipathctl 运行状况
- uipathctl 运行状况捆绑包
- uipathctl 运行状况检查
- uipathctl health diagnose
- uipathctl health test
- uipathctl identity
- uipathctl identity add-host-admin
- uipathctl identity Enable-basic-auth
- 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 manifest apply
- uipathctl manifest diff
- uipathctl manifest get
- uipathctl manifest list-applications
- uipathctl manifest render
- uipathctl 先决条件
- uipathctl prereq create
- uipathctl prereq run
- uipathctl 资源
- 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 sso
- uipathctl sso generate-connector
- uipathctl sso generate-overlays
- uipathctl sso generate-rbac
- uipathctl 版本
- 安装后
- 迁移和升级
- 监控和警示
- 集群管理
- 特定于产品的配置
- 故障排除
uipathctl manifest apply
重要 :
请注意此内容已使用机器翻译进行了部分本地化。
EKS/AKS 上的 Automation Suite 安装指南
Last updated 2024年11月1日
uipathctl manifest apply
加载在 PATH 中找到的配置,并将其应用于集群。
该命令在集群的当前状态和所需状态之间执行差异,并将更改应用于集群。
当存在
--override
标志时,列表将覆盖在输入文件中找到的选择。 该标志与 --only
标志互斥。 当输入文件中存在 exclude_components
键时,列表中找到的组件将从已安装的组件中排除。 它的优先级高于所有其他标志,并且与其中任何标志都不互斥。
uipathctl manifest apply PATH [flags]
uipathctl manifest apply PATH [flags]
# Apply the configuration found in input.json, using the versions found in versions.json
uipathctl manifest apply input.json --versions versions.json
# Apply the configuration and specify the kubeconfig file to use
uipathctl manifest apply input.json --kubeconfig cluster.kubeconfig --versions versions.json
# Simulate the apply command and print on stdout the result of the operation
uipathctl manifest apply --dry-run input.json --versions versions.json
# Apply the configuration but skip the components installed directly by helm
uipathctl manifest apply --skip-helm input.json --versions versions.json
# Apply the configuration overriding the initial list of components
uipathctl manifest apply --override automation_hub,orchestrator --versions versions.json
# Apply the configuration found in input.json, using the versions found in versions.json
uipathctl manifest apply input.json --versions versions.json
# Apply the configuration and specify the kubeconfig file to use
uipathctl manifest apply input.json --kubeconfig cluster.kubeconfig --versions versions.json
# Simulate the apply command and print on stdout the result of the operation
uipathctl manifest apply --dry-run input.json --versions versions.json
# Apply the configuration but skip the components installed directly by helm
uipathctl manifest apply --skip-helm input.json --versions versions.json
# Apply the configuration overriding the initial list of components
uipathctl manifest apply --override automation_hub,orchestrator --versions versions.json
--continue-on-error if true, continue applying the manifest even if an error occurs
--dependencies-only if true, only dependencies will be applied
--dry-run if true, just print the result of the command, without applying it
--fail-on-version if true, fail if the version of the component is not found in the versions file
-h, --help help for apply
--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-dependencies if true, dependencies will be skipped
--skip-helm if true, skip components installed directly by helm
--versions string path to versions file
--continue-on-error if true, continue applying the manifest even if an error occurs
--dependencies-only if true, only dependencies will be applied
--dry-run if true, just print the result of the command, without applying it
--fail-on-version if true, fail if the version of the component is not found in the versions file
-h, --help help for apply
--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-dependencies if true, dependencies will be skipped
--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)