automation-suite
2023.10
false
- 概述
- 要求
- 安装
- 安装后
- 迁移和升级
- 监控和警示
- 集群管理
- 特定于产品的配置
- 故障排除
迁移后在两个不同的区域中创建的 Insights 卷

EKS/AKS 上的 Automation Suite 安装指南
上次更新日期 2025年2月10日
迁移后在两个不同的区域中创建的 Insights 卷
当您从 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>