datavane / tis

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

datax镜像拉取失败,没有权限 #279

Closed charnet1019 closed 9 months ago

charnet1019 commented 1 year ago

使用单机同步数据时提示一次不能超过40张表,但部署datax到k8s时又没有权限拉取镜像

[root@ksnode05 ~]# crictl pull registry.cn-hangzhou.aliyuncs.com/tis/tis-datax-executor-3.8.0:latest
E1102 11:11:38.244095   41800 remote_image.go:238] "PullImage from image service failed" err="rpc error: code = Unknown desc = failed to pull and unpack image \"registry.cn-hangzhou.aliyuncs.com/tis/tis-datax-executor-3.8.0:latest\": failed to resolve reference \"registry.cn-hangzhou.aliyuncs.com/tis/tis-datax-executor-3.8.0:latest\": pull access denied, repository does not exist or may require authorization: server message: insufficient_scope: authorization failed" image="registry.cn-hangzhou.aliyuncs.com/tis/tis-datax-executor-3.8.0:latest"
FATA[0000] pulling image: rpc error: code = Unknown desc = failed to pull and unpack image "registry.cn-hangzhou.aliyuncs.com/tis/tis-datax-executor-3.8.0:latest": failed to resolve reference "registry.cn-hangzhou.aliyuncs.com/tis/tis-datax-executor-3.8.0:latest": pull access denied, repository does not exist or may require authorization: server message: insufficient_scope: authorization failed
baisui1981 commented 1 year ago

之前的分布式调用使用的是依赖于zk的分布式队列的方式,有诸多问题,先别用。等4.0 版本发布依赖于powerjob的分布式调度方式 https://github.com/datavane/tis/issues/157 截屏2023-11-02 16 35 23

baisui1981 commented 9 months ago

在整合powerjob 需要中已经实现 基于k8s的分布式执行 https://github.com/datavane/tis/issues/157