alibaba / GraphScope

🔨 🍇 💻 🚀 GraphScope: A One-Stop Large-Scale Graph Computing System from Alibaba | 一站式图计算系统
https://graphscope.io
Apache License 2.0
3.24k stars 438 forks source link

[BUG] Pull pre==0.26.0a20231225 Image failed on K8S cluster #3456

Open JackyYangPassion opened 8 months ago

JackyYangPassion commented 8 months ago

Describe the bug Pull pre Image failed on K8S cluster

To Reproduce Steps to reproduce the behavior:

  1. install graphscope pre
    pip3 install -U graphscope-client --pre   -i http://mirrors.aliyun.com/pypi/simple/ --trusted-host mirrors.aliyun.com

launch k8s

import graphscope
graphscope.set_option(log_level='DEBUG')
graphscope.set_option(show_log=True)
# Create GraphScope client session, the 'cluster_type' is k8s by default.
session = graphscope.session(
                             k8s_coordinator_cpu=1,
                             k8s_coordinator_mem="1Gi",
                             k8s_vineyard_cpu=0.2,
                             k8s_vineyard_mem="1Gi",
                             vineyard_shared_mem="1Gi",
                             k8s_engine_cpu=0.2,
                             k8s_namespace='gs-new-orc-jacky',
                             k8s_engine_mem="1Gi",
                             num_workers=1,
                             enabled_engines="analytical,interactive",
                             k8s_client_config='~/.kube/config')
print('========= Session created. ==========')

See error

2023-12-26 23:23:18,290 [INFO][cluster:235]: Launching coordinator...
2023-12-26 23:23:20,345 [INFO][utils:187]: coordinator-bnqhtw-7965c79b88-tgg7k: Successfully assigned gs-new-orc-jacky/coordinator-bnqhtw-7965c79b88-tgg7k to hwy-hn1-riskmgt-hdp-rs5-prd-06.myhll.cn
2023-12-26 23:23:20,346 [INFO][utils:187]: coordinator-bnqhtw-7965c79b88-tgg7k: Pulling image "registry.cn-hongkong.aliyuncs.com/graphscope/coordinator:0.26.0a20231225"
2023-12-26 23:23:20,346 [INFO][utils:187]: coordinator-bnqhtw-7965c79b88-tgg7k: Failed to pull image "registry.cn-hongkong.aliyuncs.com/graphscope/coordinator:0.26.0a20231225": rpc error: code = Unknown desc = Error response from daemon: manifest for registry.cn-hongkong.aliyuncs.com/graphscope/coordinator:0.26.0a20231225 not found: manifest unknown: manifest unknown
2023-12-26 23:23:20,346 [INFO][utils:187]: coordinator-bnqhtw-7965c79b88-tgg7k: Error: ErrImagePull
2023-12-26 23:23:20,347 [INFO][utils:187]: coordinator-bnqhtw-7965c79b88-tgg7k: Back-off pulling image "registry.cn-hongkong.aliyuncs.com/graphscope/coordinator:0.26.0a20231225"
2023-12-26 23:23:20,347 [INFO][utils:187]: coordinator-bnqhtw-7965c79b88-tgg7k: Error: ImagePullBackOff
coordinator-bnqhtw-7965c79b88-tgg7k: Successfully assigned gs-new-orc-jacky/coordinator-bnqhtw-7965c79b88-tgg7k to hwy-hn1-riskmgt-hdp-rs5-prd-06.myhll.cn
coordinator-bnqhtw-7965c79b88-tgg7k: Pulling image "registry.cn-hongkong.aliyuncs.com/graphscope/coordinator:0.26.0a20231225"
coordinator-bnqhtw-7965c79b88-tgg7k: Failed to pull image "registry.cn-hongkong.aliyuncs.com/graphscope/coordinator:0.26.0a20231225": rpc error: code = Unknown desc = Error response from daemon: manifest for registry.cn-hongkong.aliyuncs.com/graphscope/coordinator:0.26.0a20231225 not found: manifest unknown: manifest unknown
coordinator-bnqhtw-7965c79b88-tgg7k: Error: ErrImagePull
coordinator-bnqhtw-7965c79b88-tgg7k: Back-off pulling image "registry.cn-hongkong.aliyuncs.com/graphscope/coordinator:0.26.0a20231225"
coordinator-bnqhtw-7965c79b88-tgg7k: Error: ImagePullBackOff

Environment (please complete the following information):

ref:

3364

siyuan0322 commented 8 months ago

Our CI is under a refactoring currently, to address security issues concerns about self-hosted machines reported by outside guys. So the recent images are not produced... Do you have some reasons to use the most recent images? I could handcraft one for you if that is the case.

JackyYangPassion commented 8 months ago

want to use pr #3420 Compiling and publishing the image locally takes too long。

siyuan0322 commented 8 months ago

This tag is available now "0.26.0a20231227-x86_64" https://github.com/alibaba/GraphScope/actions/runs/7341149656/job/19988359473

JackyYangPassion commented 8 months ago

Thanks for your reply @siyuan0322

try with this session config

 k8s_image_tag="0.26.0a20231227-x86_64"

running success!

can you help me output the latest master image want to use this pr #3472 online

siyuan0322 commented 8 months ago

0.26.0a20240115-x86_64

github-actions[bot] commented 6 months ago

/cc @yecol @sighingnow, this issus/pr has had no activity for a long time, please help to review the status and assign people to work on it.