automation-suite
2022.10
false
- 概述
- 要求
- 安装
- 安装后
- 集群管理
- 监控和警示
- 迁移和升级
- 特定于产品的配置
- 最佳实践和维护
- 故障排除
- 无法获取沙盒映像
- Pod 未显示在 ArgoCD 用户界面中
- Redis 探测器失败
- RKE2 服务器无法启动
- 在 UiPath 命名空间中找不到密码
- ArgoCD 在首次安装后进入“进行中”状态
- 意外不一致;手动运行 fsck
- MongoDB Pod 处于 CrashLoopBackOff 状态或在删除后处于“等待 PVC 配置”状态
- MongoDB Pod 从 4.4.4-ent 升级到 5.0.7-ent 失败
- 集群还原或回滚后服务运行状况不佳
- Pod 在 Init:0/X 中卡住
- Prometheus 处于 CrashLoopBackoff 状态,并出现内存不足 (OOM) 错误
- 监控仪表板中缺少 Ceph-rook 指标
- 使用 Automation Suite 诊断工具
- 使用 Automation Suite 支持捆绑包
- 探索日志
Automation Suite 要求将积压_等待_时间设置为 0
重要 :
请注意此内容已使用机器翻译进行了部分本地化。
Automation Suite 安装指南
Last updated 2024年11月21日
Automation Suite 要求将积压_等待_时间设置为 0
如果安装程序失败并显示
Automation Suite requires backlog_wait_time to be set 0
错误消息,请执行以下步骤将 backlog_wait_time
设置为 0
。
- 通过在
/etc/audit/rules.d/audit.rules
文件中附加--backlog_wait_time 0
,将backlog_wait_time
设置为0
。 - 重新启动节点。
- 通过在节点中运行
sudo auditctl -s | grep "backlog_wait_time"
,验证auditctl
的backlog_wait_time
值是否设置为0
。