gPaaS报OMP初始化失败,KOMP容器日志报connect ETIMEDOUT 错误解决方法
1 问题现象
"errcode":500104,"description":"init komp error","description_cn":"komp初始化失败"}init omp failed
[ioredis] Unhandled error event: Error: connect ETIMEDOUT
at Socket.<anonymous>(/komp-web/node_modules/ioredis/built/redis/index.js:318:37)
at object.oncewrapper(events.js:420:28)
at Socket.emit(events.js:314:20)
at Socket._onTimeout(net.js:482:8)
at listOnTimeout(internal/timers.js:554:17)
at processTimers(internal/timers.js:497:7)
[wed Mar 01202317:45:25 GMT+0800(China Standard Time)] redis connect is close ======- undefined
如上图所示,安装器安装初始化环节,gPaaS报OMP初始化失败;登录gPaaS主机,查询到KOMP容器日志报connect ETIMEDOUT 错误。
2 问题原因
k8s网络组件相关问题,导致连接超时
3 解决方法
(1) gPaaS主机执行如下命令,删除k8s对应网络组件pod
kubectl get pod -nkube-system|awk '{print $1}'|grep -E 'calico|coredns|kube-proxy'|xargs kubectl delete pod -nkube-system
(2) gPaaS主机执行如下命令,将gpaas所有pod删除
kubectl delete pod --all -n kce-system
(3).以上pod删除后,k8s会自动再拉起新pod。待新pod重新起来后,在安装器界面点击继续安装,再次尝试初始化。
gPaaS报OMP初始化失败,KOMP容器日志报connect ETIMEDOUT 错误解决方法
本文2024-09-23 01:10:10发表“云苍穹知识”栏目。
本文链接:https://wenku.my7c.com/article/kingdee-cangqiong-144215.html