automation-suite
2023.10
false
- 概述
- 要求
- 安装
- 安装后
- 迁移和升级
- 监控和警示
- 集群管理
- 特定于产品的配置
- 故障排除
- 升级到 2023.10 或更高版本后 AI Center 配置失败
- 迁移后在两个不同的区域中创建的 Insights 卷
- 由于 Insights PVC 大小被覆盖,升级失败
重要 :
新发布内容的本地化可能需要 1-2 周的时间才能完成。

EKS/AKS 上的 Automation Suite 安装指南
上次更新日期 2025年12月23日
当您从 Linux 上的 Automation Suite 迁移到 EKS/AKS 上的 Automation Suite,并且目标集群跨越多个区域时,系统有时会在两个不同的区域中创建与 Insights 相关的卷。 因此,启动 Insights 服务时可能会遇到问题。
要解决此问题,请执行以下步骤:
-
在迁移之前,封锁所有区域中的节点,但要卷所在的区域除外。 要封锁节点,请运行以下命令:
kubectl cordon <node name>kubectl cordon <node name> -
通过运行执行的第 1 步中的命令,在 Linux 上执行 Automation Suite 到 EKS/AKS 上的 Automation Suite 的迁移。
-
通过运行以下命令,取消封锁在迁移前封锁的所有节点:
kubectl uncordon <node name>kubectl uncordon <node name>