automation-suite
2021.10
false
- 概述
- 要求
- 安装
- 安装后
- 集群管理
- 监控和警示
- 迁移和升级
- 特定于产品的配置
- 最佳实践和维护
- 故障排除
Pod 未显示在 ArgoCD 用户界面中
重要 :
请注意,此内容已使用机器翻译进行了部分本地化。
新发布内容的本地化可能需要 1-2 周的时间才能完成。

不在支持范围内
Automation Suite 安装指南
上次更新日期 2025年2月24日
Pod 未显示在 ArgoCD 用户界面中
有时,ArgoCD 用户界面不显示 Pod,而仅显示应用程序和相应的部署。有关详细信息,请参见下图:
在任何部署上进行选择时,将显示以下错误:
Unable to load data: EOF
。
您可以通过从 ArgoCD 命名空间中删除所有 Redis 副本并等待其再次启动来解决此问题。
kubectl -n argocd delete pod argocd-redis-ha-server-0 argocd-redis-ha-server-1 argocd-redis-ha-server-2
# Wait for all 3 pods to come back up
kubectl -n argocd get pods | grep argocd-redis-ha-server
kubectl -n argocd delete pod argocd-redis-ha-server-0 argocd-redis-ha-server-1 argocd-redis-ha-server-2
# Wait for all 3 pods to come back up
kubectl -n argocd get pods | grep argocd-redis-ha-server