datavane / tis

Support agile DataOps Based on Flink, DataX and Flink-CDC, Chunjun with Web-UI
https://tis.pub
Apache License 2.0
989 stars 217 forks source link

k8s datax 分布式 #315

Closed betranded closed 4 months ago

betranded commented 4 months ago

image 重启pod失败

baisui1981 commented 4 months ago

看一下 pod里面是不是有啥异常? kubectl logs podname,另外你说“重启失败”,是否可以理解,之前一次启动时成功的?

betranded commented 4 months ago

第一次是成功了。然后看日志restart 就失败了

betranded commented 4 months ago

tis-datax-executor:4.0.0-rc1 不能pull下来 image

betranded commented 4 months ago

这个是powerjo-worker日志。powerjob-server是running的

baisui1981 commented 4 months ago

再试一下: docker pull registry.cn-hangzhou.aliyuncs.com/tis/tis-datax-executor:4.0.0-rc1 之前发布的时候没有把 -rc1 后缀带上,现在应该ok了

betranded commented 4 months ago

刚才拉取下来了。多谢指导

betranded commented 4 months ago

image image flink 和powerjob pod 现在都是运行的,但是页面上datax执行器,一直加载不出来。flink也没有 image

betranded commented 4 months ago

一直加载 image

betranded commented 4 months ago

svc image flink 是可以访问的

baisui1981 commented 4 months ago

使用kubectl 将已经创建powerjob 资源都删除掉,然后点击Flink kubernate Session添加 按钮,再创建一遍。 之前的流程由于 docker image path 没有拿到卡在最后一步没有把 创建的集群拓扑信息写入到TIS相关配置中

baisui1981 commented 4 months ago

方便的话加我一下微信:16660356

betranded commented 4 months ago

加您了

baisui1981 commented 4 months ago

已经顺利完成测试