Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
JackyYangPassion opened this issue Dec 26, 2023 · 6 comments
Open

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

JackyYangPassion opened this issue Dec 26, 2023 · 6 comments
Labels

Comments

@JackyYangPassion
Copy link
Contributor

JackyYangPassion commented Dec 26, 2023

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):

  • GraphScope version: 0.26.0a20231225
  • OS: linux centos
  • Kubernetes Version 1.23

ref:
#3364

@siyuan0322
Copy link
Collaborator

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
Copy link
Contributor Author

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

@siyuan0322
Copy link
Collaborator

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

@JackyYangPassion
Copy link
Contributor Author

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
Copy link
Collaborator

0.26.0a20240115-x86_64

@github-actions github-actions bot added the stale label Feb 27, 2024
Copy link
Contributor

/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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants