automation-suite
2023.4
false
- 概述
- 要求
- 安装
- 安装后
- 迁移和升级
- 监控和警示
- 集群管理
- 特定于产品的配置
- 故障排除
- AKS 升级会导致 Automation Suite 无法运行
AKS 升级会导致 Automation Suite 无法运行
重要 :
请注意此内容已使用机器翻译进行了部分本地化。
不在支持范围内
EKS/AKS 上的 Automation Suite 安装指南
Last updated 2024年11月11日
AKS 升级会导致 Automation Suite 无法运行
影响 AKS 的一个已知升级问题会导致 Automation Suite 2023.4.1-2023.4.5 无法运行。尝试升级 AKS 时,
argocd-redis-ha-server
Pod 将处于错误状态。
要解决此问题,请执行以下步骤:
-
通过运行以下命令卸载现有的 ArgoCD Chart。请注意,
kubeconfig
路径应设置为集群路径。helm uninstall argocd -n argocd
helm uninstall argocd -n argocd -
在
input.json
的根级别搜索profile
键。-
如果存在,请将
profile
键的值更改为default
。 -
如果不存在,请在
input.json
的根级别中添加"profile":"default"
键。
-
-
通过运行以下命令检索 ArgoCD Chart:
uipathctl manifest apply input.json --versions versions.json --only argocd
uipathctl manifest apply input.json --versions versions.json --only argocd